type Http1Connection<I, S> = Connection<Rewind<I>, S>;
struct Http1Connection<I, S> { /* private fields */ }