golang.org/x/net/http2.HeadersFrame.Priority (field)
7 uses
golang.org/x/net/http2 (current package)
frame.go#L969: Priority PriorityParam
frame.go#L1014: hf.Priority.StreamDep = v & 0x7fffffff
frame.go#L1015: hf.Priority.Exclusive = (v != hf.Priority.StreamDep) // high bit was set
frame.go#L1016: p, hf.Priority.Weight, err = readByte(p)
server.go#L1862: if err := checkPriority(f.StreamID, f.Priority); err != nil {
server.go#L1865: sc.writeSched.AdjustStream(st.id, f.Priority)
![]() |
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. |