golang.org/x/net/http2.HeadersFrameParam.Priority (field)
6 uses
golang.org/x/net/http2 (current package)
frame.go#L1052: Priority PriorityParam
frame.go#L1077: if !p.Priority.IsZero() {
frame.go#L1084: if !p.Priority.IsZero() {
frame.go#L1085: v := p.Priority.StreamDep
frame.go#L1089: if p.Priority.Exclusive {
frame.go#L1093: f.writeByte(p.Priority.Weight)
![]() |
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. |