vendor/golang.org/x/net/http2/hpack.Decoder.readString (method)
3 uses
vendor/golang.org/x/net/http2/hpack (current package)
hpack.go#L369: hf.Name, buf, err = d.readString(buf, wantStr)
hpack.go#L374: hf.Value, buf, err = d.readString(buf, wantStr)
hpack.go#L470: func (d *Decoder) readString(p []byte, wantStr bool) (s string, remain []byte, err error) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)