Struct hpack_codec::table::Table [] [src]

pub struct Table { /* fields omitted */ }

Table for associating header fields to indexes.

See: 2.3. Indexing Tables

Methods

impl Table
[src]

[src]

Makes a new Table instance.

[src]

Returns the reference to DynamicTable instance.

[src]

Returns the mutable reference to the DynamicTable instance.

[src]

Returns the entry associated with the specified index.

Errors

If index value is too large, an error will be returned.

[src]

Returns the number of indexed entries.

Trait Implementations

impl Debug for Table
[src]

[src]

Formats the value using the given formatter.