Struct hpack_codec::HeaderBlockDecoder [] [src]

pub struct HeaderBlockDecoder<'a, 'b> { /* fields omitted */ }

Header Block Decoder.

Methods

impl<'a, 'b: 'a> HeaderBlockDecoder<'a, 'b>
[src]

[src]

Decodes a header field.

If it reached the end of this block, Ok(None) will be returned.

[src]

Decodes a header field and returns the raw representation of it.

This method may be useful for intermediaries (see: 6.2.3. Literal Header Field Never Indexed).

[src]

Returns the indexing table of this decoder.

Trait Implementations

impl<'a, 'b> Debug for HeaderBlockDecoder<'a, 'b>
[src]

[src]

Formats the value using the given formatter.