-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
A-ffiArea: ffi (C API)Area: ffi (C API)C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.
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.
Metadata
Metadata
Assignees
Labels
A-ffiArea: ffi (C API)Area: ffi (C API)C-refactorCategory: refactor. This would improve the clarity of internal code.Category: refactor. This would improve the clarity of internal code.E-easyEffort: easy. A task that would be a great starting point for a new contributor.Effort: easy. A task that would be a great starting point for a new contributor.