golang.org/x/net/http2.serverConn.canonHeader (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L531: canonHeader map[string]string // http2-lower-case -> Go-Canonical-Case
server.go#L715: cv, ok = sc.canonHeader[v]
server.go#L719: if sc.canonHeader == nil {
server.go#L720: sc.canonHeader = make(map[string]string)
server.go#L723: sc.canonHeader[v] = cv
![]() |
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. |