Skip to main content

HttpPrefixedIo

Type Alias HttpPrefixedIo 

pub type HttpPrefixedIo<S> = PrefixedIo<ReplayReader, S>;
Available on crate feature net only.
Expand description

PrefixedIo alias used by HttpPeekRouter.

Aliased Type§

pub struct HttpPrefixedIo<S> { /* private fields */ }