func golang.org/x/net/http2.encKV
11 uses
golang.org/x/net/http2 (current package)
write.go#L191: func encKV(enc *hpack.Encoder, k, v string) {
write.go#L214: encKV(enc, ":status", httpCodeString(w.httpResCode))
write.go#L220: encKV(enc, "content-type", w.contentType)
write.go#L223: encKV(enc, "content-length", w.contentLength)
write.go#L226: encKV(enc, "date", w.date)
write.go#L272: encKV(enc, ":method", w.method)
write.go#L273: encKV(enc, ":scheme", w.url.Scheme)
write.go#L274: encKV(enc, ":authority", w.url.Host)
write.go#L275: encKV(enc, ":path", w.url.RequestURI())
write.go#L306: encKV(enc, ":status", "100")
write.go#L362: encKV(enc, k, v)
 |
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. |