Struct async_http_client::HttpCodec [] [src]

pub struct HttpCodec { /* fields omitted */ }

Codec that parses HTTP responses.

Methods

impl HttpCodec
[src]

Creates a new HTTP codec.

Trait Implementations

impl Debug for HttpCodec
[src]

Formats the value using the given formatter.

impl Codec for HttpCodec
[src]

Deprecated

: moved to the tokio-io crate

The type of decoded frames.

Deprecated

: moved to the tokio-io crate

The type of frames to be encoded.

Deprecated

: moved to the tokio-io crate

Attempts to decode a frame from the provided buffer of bytes. Read more

Deprecated

: moved to the tokio-io crate

Encodes a frame into the buffer provided. Read more

Deprecated

: moved to the tokio-io crate

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