net/url.URL.RequestURI (method)
9 uses
net/url (current package)
url.go#L1116: func (u *URL) RequestURI() string {
net/http
h2_bundle.go#L6453: path: msg.url.RequestURI(),
h2_bundle.go#L7987: path = req.URL.RequestURI()
h2_bundle.go#L9525: http2encKV(enc, ":path", w.url.RequestURI())
request.go#L583: ruri := r.URL.RequestURI()
net/http/httputil
dump.go#L240: reqURI = req.URL.RequestURI()
golang.org/x/net/http2
server.go#L2898: path: msg.url.RequestURI(),
transport.go#L1484: path = req.URL.RequestURI()
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. |