Struct tokio_http2::http::HttpCodec [] [src]

pub struct HttpCodec { /* fields omitted */ }

Trait Implementations

impl Codec for HttpCodec
[src]

The type of decoded frames.

The type of frames to be encoded.

[]

HttpCodec::decode can be modified to fit whatever is needed.

[]

Encodes a frame into the buffer provided. Read more

[]

A default method available to be called when there are no more bytes available to be read from the underlying I/O. Read more