btcsuite / btcd

An alternative full node bitcoin implementation written in Go (golang)
https://github.com/btcsuite/btcd/blob/master/README.md
ISC License
6.2k stars 2.35k forks source link

update json_rpc_api.md considering http2 #1111

Open winteraz opened 6 years ago

winteraz commented 6 years ago

http2 supports "Allows multiple requests across a single connection" so I believe this should be updated as well as this "Scales well with large numbers of requests"

https://github.com/btcsuite/btcd/blob/master/docs/json_rpc_api.md

Roasbeef commented 6 years ago

There's a contributor working on adding a gRPC server which uses HTTP/2.