Struct hpack_codec::Decoder [] [src]

pub struct Decoder { /* fields omitted */ }

HPACK Decoder.

Methods

impl Decoder
[src]

[src]

Makes a new Decoder instance.

[src]

Returns the indexing table of this decoder.

[src]

Sets the hard limit of the dynamic table size of this decoder.

Errors

If the value of max_size is greater than the soft limit of this decoder (i.e., the value of self.table().dynamic().size_soft_limit()), an error will be returned.

[src]

Returns a HeaderBlockDecoder instance for decoding the header block block.

Trait Implementations

impl Debug for Decoder
[src]

[src]

Formats the value using the given formatter.