golang.org/x/net/http2.MetaHeadersFrame.PseudoValue (method)
7 uses
golang.org/x/net/http2 (current package)
frame.go#L1465: func (mh *MetaHeadersFrame) PseudoValue(pseudo string) string {
server.go#L2240: Method: f.PseudoValue("method"),
server.go#L2241: Scheme: f.PseudoValue("scheme"),
server.go#L2242: Authority: f.PseudoValue("authority"),
server.go#L2243: Path: f.PseudoValue("path"),
server.go#L2244: Protocol: f.PseudoValue("protocol"),
transport.go#L2386: status := f.PseudoValue("status")
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)