update http servant for p2p protocol version 4
authorJoey Hess <joeyh@joeyh.name>
Tue, 29 Oct 2024 16:13:05 +0000 (12:13 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 29 Oct 2024 16:13:56 +0000 (12:13 -0400)
commit20df236a13b51257aad21821981a084d59e1ebf6
treebffda6650b8ce9ca99885004e3c98363e1da958e
parentd782b136e0ec5afa411fb901fd7afc5db7135412
update http servant for p2p protocol version 4

This is all just adding the v4 routes and boilerplate. At this point v4
is implemented the same as v3.
P2P/Http.hs
P2P/Http/Client.hs
P2P/Http/Server.hs
P2P/Http/Types.hs