net/http.http2requestParam.authority (field)
9 uses
net/http (current package)
h2_bundle.go#L5552: authority: f.PseudoValue("authority"),
h2_bundle.go#L5558: if rp.path != "" || rp.scheme != "" || rp.authority == "" {
h2_bundle.go#L5585: if rp.authority == "" {
h2_bundle.go#L5586: rp.authority = rp.header.Get("Host")
h2_bundle.go#L5612: scheme, authority, path string
h2_bundle.go#L5655: url_ = &url.URL{Host: rp.authority}
h2_bundle.go#L5656: requestURI = rp.authority // mimic HTTP/1 server behavior
h2_bundle.go#L5681: Host: rp.authority,
h2_bundle.go#L6452: authority: msg.url.Host,
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)