MCPcopy Create free account
hub / github.com/dgrr/http2 / Priority

Struct Priority

priority.go:14–17  ·  view source on GitHub ↗

Priority represents the Priority frame. https://tools.ietf.org/html/rfc7540#section-6.3

Source from the content-addressed store, hash-verified

12//
13// https://tools.ietf.org/html/rfc7540#section-6.3
14type Priority struct {
15 stream uint32
16 weight byte
17}
18
19func (pry *Priority) Type() FrameType {
20 return FramePriority

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected