git-annex/doc/design/p2p_protocol_over_http
Joey Hess 2fb3ef4d41
finalizing HTTP P2P protocol
Managed to avoid netstrings. Actually, using netstrings while streaming
lazy ByteString turns out to be very difficult. So instead, have a
header that specifies the expected amount of data, and then it can just
arrange to send a different amount of data if it needs to indicate
INVALID.

Also improved the interface for GET of a key.
2024-07-05 15:03:51 -04:00
..
draft1.mdwn finalizing HTTP P2P protocol 2024-07-05 15:03:51 -04:00