golang.org/x/net/http2/hpack.HeaderField.Size (method)
10 uses
golang.org/x/net/http2/hpack (current package)
encode.go#L141: 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()
golang.org/x/net/http2
frame.go#L1746: size := hf.Size()
transport.go#L1673: hlSize += uint64(hf.Size())
transport.go#L2076: cs.totalHeaderSize += int64(h.Size())
golang.org/x/net/internal/httpcommon
request.go#L235: hlSize += uint64(hf.Size())
google.golang.org/grpc/internal/transport
http2_client.go#L883: sz += int64(f.Size())
http2_server.go#L951: sz += int64(f.Size())
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)