type golang.org/x/net/http2.PriorityParam
12 uses
golang.org/x/net/http2 (current package)
frame.go#L969: Priority PriorityParam
frame.go#L1052: Priority PriorityParam
frame.go#L1104: PriorityParam
frame.go#L1108: type PriorityParam struct {
frame.go#L1124: func (p PriorityParam) IsZero() bool {
frame.go#L1125: return p == PriorityParam{}
frame.go#L1139: PriorityParam: PriorityParam{
frame.go#L1151: func (f *Framer) WritePriority(streamID uint32, p PriorityParam) error {
server.go#L1932: func checkPriority(streamID uint32, p PriorityParam) error {
writesched.go#L26: AdjustStream(streamID uint32, priority PriorityParam)
writesched_priority.go#L313: func (ws *priorityWriteScheduler) AdjustStream(streamID uint32, priority PriorityParam) {
writesched_random.go#L43: func (ws *randomWriteScheduler) AdjustStream(streamID uint32, priority PriorityParam) {
![]() |
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. |