net/url.URL.Opaque (field)
12 uses
net/url (current package)
url.go#L364: Opaque string // encoded opaque data
url.go#L534: url.Opaque = rest
url.go#L814: if u.Opaque != "" {
url.go#L815: buf.WriteString(u.Opaque)
url.go#L1091: if ref.Opaque != "" {
url.go#L1122: result := u.Opaque
net/http
h2_bundle.go#L8970: if req.URL.Opaque != "" {
h2_bundle.go#L8971: return nil, fmt.Errorf("invalid request :path %q from URL.Opaque = %q", orig, req.URL.Opaque)
request.go#L625: if usingProxy && r.URL.Scheme != "" && r.URL.Opaque == "" {
request.go#L630: if r.URL.Opaque != "" {
request.go#L631: ruri = r.URL.Opaque
transport.go#L1692: URL: &url.URL{Opaque: cm.targetAddr},
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |