chainweb-node
chainweb-node copied to clipboard
Include HTTP HEAD calls to REST API
It seems that servant doesn't generate HEAD endpoints by default.
- [ ] implement generation of
HEADendpoints for all existing GET APIs. - [ ] implement clients for
HEADendpoints - [ ] include pagination information into the HTTP headers and document this
- [ ] add test cases
➤ Lars Kuhtz commented:
This is needed for Kademlia P2P for PING calls.
➤ Stuart Popejoy commented:
Pulling this off Testnet as Kademlia is not a testnet milestone, can always add back if needed.