func golang.org/x/net/http2.readByte
5 uses
golang.org/x/net/http2 (current package)
frame.go#L606: payload, padSize, err = readByte(payload)
frame.go#L1004: if p, padLength, err = readByte(p); err != nil {
frame.go#L1016: p, hf.Priority.Weight, err = readByte(p)
frame.go#L1272: if p, padLength, err = readByte(p); err != nil {
frame.go#L1352: func readByte(p []byte) (remain []byte, b byte, err error) {
 |
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. |