golang.org/x/net/http2.MetaHeadersFrame.PseudoValue (method)
7 uses
golang.org/x/net/http2 (current package)
frame.go#L1617: func (mh *MetaHeadersFrame) PseudoValue(pseudo string) string {
server.go#L2129: Method: f.PseudoValue("method"),
server.go#L2130: Scheme: f.PseudoValue("scheme"),
server.go#L2131: Authority: f.PseudoValue("authority"),
server.go#L2132: Path: f.PseudoValue("path"),
server.go#L2133: Protocol: f.PseudoValue("protocol"),
transport.go#L2006: status := f.PseudoValue("status")
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)