Files
h2/tests/h2-support
Sean McArthur e3a73f726e Add user PING support (#346)
- Add `share::PingPong`, which can send `Ping`s, and poll for the `Pong`
  from the peer.
2019-02-18 15:59:11 -08:00
..
2019-02-18 15:59:11 -08: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.