* Upgrade to bytes 0.6 * Update Cargo.toml Co-authored-by: Eliza Weisman <eliza@buoyant.io> * Update tests/h2-support/Cargo.toml Co-authored-by: Eliza Weisman <eliza@buoyant.io> Co-authored-by: Eliza Weisman <eliza@buoyant.io>
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.