switch HTTP P2P protocol to base64url
authorJoey Hess <joeyh@joeyh.name>
Thu, 11 Jul 2024 16:31:41 +0000 (12:31 -0400)
committerJoey Hess <joeyh@joeyh.name>
Thu, 11 Jul 2024 16:31:41 +0000 (12:31 -0400)
commit68227154fb8499f2ae19fc32e098a4748b5d608e
treec89673f8af3cc99f3a6b58cdede6e17d141a6090
parentfc90270ba07eb32f8cf426bb1cb8f1a656a606c5
switch HTTP P2P protocol to base64url

Base64 can include '/', and with UUIDs and keys both used in routes,
the encoding needs to avoid that. Use base64url everywhere in the HTTP
protocol for consistency.
P2P/Http/Types.hs
doc/design/p2p_protocol_over_http/draft1.mdwn