golang.org/x/net/http2.writePushPromise.url (field)
5 uses
golang.org/x/net/http2 (current package)
server.go#L2914: url: msg.url,
write.go#L254: url *url.URL // for :scheme, :authority, :path
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())
![]() |
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. |