MCPcopy Create free account
hub / github.com/imroc/req / HasPriority

Method HasPriority

internal/http2/frame.go:1074–1076  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1072}
1073
1074func (f *HeadersFrame) HasPriority() bool {
1075 return f.FrameHeader.Flags.Has(FlagHeadersPriority)
1076}
1077
1078func parseHeadersFrame(_ *frameCache, fh FrameHeader, countError func(string), p []byte) (_ Frame, err error) {
1079 hf := &HeadersFrame{

Callers

nothing calls this directly

Calls 1

HasMethod · 0.80

Tested by

no test coverage detected