Implement HPack static compression #4716
Labels
area-networking
Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
enhancement
This issue represents an ask for new feature or an enhancement to an existing one
feature-kestrel
HTTP2
Perf
Milestone
Today Kestrel does not use any of the HPack compression features when serializing response headers. Static compression looks like the easiest place to start.
Design notes:
<string, string>
to the encoder, come up with another structure that allows passing in either the enum values or the strings.Related work:
The text was updated successfully, but these errors were encountered: