vendor/golang.org/x/net/http2/hpack.HeaderField.Size (method)
7 uses
vendor/golang.org/x/net/http2/hpack (current package)
encode.go#L136: return !f.Sensitive && f.Size() <= e.dynTab.maxSize
hpack.go#L61: func (hf HeaderField) Size() uint32 {
hpack.go#L175: dt.size += f.Size()
hpack.go#L183: dt.size -= dt.table.ents[n].Size()
net/http
h2_bundle.go#L2886: size := hf.Size()
h2_bundle.go#L8566: hlSize += uint64(hf.Size())
h2_bundle.go#L8623: hlSize += uint64(hf.Size())
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)