Closed
Description
The C API grew a concept of asking for the "raw" headers, but it turned out to not be useful in practice. We should remove them now while the API is still unstable.
- Remove
hyper_clientconn_options_headers_raw()
. - Remove
hyper_response_headers_raw()
- Delete the now unused code in client and proto.
- Don't forget to run
capi/gen_header.sh
to sync up thehyper.h
file.