golang.org/x/net/http2.Framer.writeUint32 (method)
9 uses
golang.org/x/net/http2 (current package)
frame.go#L394: func (f *Framer) writeUint32(v uint32) {
frame.go#L810: f.writeUint32(s.Val)
frame.go#L892: f.writeUint32(maxStreamID & (1<<31 - 1))
frame.go#L893: f.writeUint32(uint32(code))
frame.go#L959: f.writeUint32(incr)
frame.go#L1092: f.writeUint32(v)
frame.go#L1163: f.writeUint32(v)
frame.go#L1194: f.writeUint32(uint32(code))
frame.go#L1338: f.writeUint32(p.PromiseID)
![]() |
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. |