golang.org/x/net/http2/hpack.headerFieldTable.byName (field)
6 uses
golang.org/x/net/http2/hpack (current package)
tables.go#L34: byName map[string]uint64
tables.go#L46: t.byName = make(map[string]uint64)
tables.go#L58: t.byName[f.Name] = id
tables.go#L71: if t.byName[f.Name] == id {
tables.go#L72: delete(t.byName, f.Name)
tables.go#L109: if id := t.byName[f.Name]; id != 0 {
![]() |
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. |