Closed marten-seemann closed 1 year ago
Does merging this now mean that we are going to use a .json
extension? That is very non-idiomatic when it comes to HTTP.
HTTP doesn't know about files, its type-system is described via the Accept
and Content-Type
header.
No decision has been made. I just want to consolidate on one or two prs ( new pr coming soon)
This is slightly different from what I presented in the Moves The Bytes WG yesterday. I introduced a
"services"
dict entry in the JSON object. This will allow us to add more configuration to thelibp2p.json
in the future (and not just protocol => path mapping).