Struct hpack_codec::field::IndexedHeaderField [] [src]

pub struct IndexedHeaderField(_);

Indexed representation of a header field.

See: 6.1. Indexed Header Field Representation

Methods

impl IndexedHeaderField
[src]

[src]

Makes a new IndexedHeaderField instance.

[src]

Returns the index of this header field.

Trait Implementations

impl Debug for IndexedHeaderField
[src]

[src]

Formats the value using the given formatter.