golang.org/x/net/http2.MetaHeadersFrame.PseudoValue (method)
6 uses
golang.org/x/net/http2 (current package)
frame.go#L1408: func (mh *MetaHeadersFrame) PseudoValue(pseudo string) string {
server.go#L1995: method: f.PseudoValue("method"),
server.go#L1996: scheme: f.PseudoValue("scheme"),
server.go#L1997: authority: f.PseudoValue("authority"),
server.go#L1998: path: f.PseudoValue("path"),
transport.go#L1962: status := f.PseudoValue("status")
![]() |
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. |