Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrHeaderFieldsTooLarge = errors.New("header fields too large")
)
Functions ¶
func HeaderFieldSize ¶
func HuffmanDecode ¶
func HuffmanEncode ¶
func HuffmanEncodedLen ¶
func NeverSensitive ¶
Types ¶
type Decoder ¶
type Decoder struct {
// contains filtered or unexported fields
}
func NewDecoder ¶
func (*Decoder) MaxHeaderTableSize ¶
func (*Decoder) SetMaxHeaderTableSize ¶
type DecodingError ¶
type DecodingError struct {
// contains filtered or unexported fields
}
func (DecodingError) Error ¶
func (e DecodingError) Error() string
type Encoder ¶
type Encoder struct {
// contains filtered or unexported fields
}
func NewEncoder ¶
func (*Encoder) EncodeHeaderField ¶
func (*Encoder) MaxHeaderTableSize ¶
func (*Encoder) SetMaxHeaderTableSize ¶
type HeaderFieldHandler ¶
Click to show internal directories.
Click to hide internal directories.