Searched defs:HeaderField (Results 1 – 3 of 3) sorted by relevance
36 type HeaderField struct { struct37 Name, Value string41 Sensitive bool48 func (hf HeaderField) IsPseudo() bool {52 func (hf HeaderField) String() string {61 func (hf HeaderField) Size() uint32 {102 func NewDecoder(maxDynamicTableSize uint32, emitFunc func(f HeaderField)) *Decoder {
160 func appendNewName(dst []byte, f HeaderField, indexing bool) []byte {173 func appendIndexedName(dst []byte, f HeaderField, i uint64, indexing bool) []byte {
3132 } HeaderField; member