golang.org/x/net/http2/hpack.HeaderField.Sensitive (field)
7 uses
golang.org/x/net/http2/hpack (current package)
encode.go#L136: return !f.Sensitive && f.Size() <= e.dynTab.maxSize
encode.go#L156: dst = append(dst, encodeTypeByte(indexing, f.Sensitive))
encode.go#L177: dst[first] |= encodeTypeByte(indexing, f.Sensitive)
hpack.go#L41: Sensitive bool
hpack.go#L54: if hf.Sensitive {
hpack.go#L382: hf.Sensitive = it.sensitive()
tables.go#L104: if !f.Sensitive {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |