Files
h2/tests/h2-support
Anthony Ramine 61b4f8fc34 Support very large headers
This completely refactors how headers are hpack-encoded.

Instead of trying to be clever, constructing frames on the go
while hpack-encoding, we just make a blob of all the
hpack-encoded headers first, and then we split that blob
in as many frames as necessary.
2021-09-08 10:20:30 -07:00
..
2021-09-08 10:20:30 -07:00

h2 test support

This crate includes utilities for writing h2 tests. This is broken up into a separate crate because it requires the unstable feature flag and to enable tower-h2 to use the same helpers.