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

Method StreamEnded

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

Source from the content-addressed store, hash-verified

1068}
1069
1070func (f *HeadersFrame) StreamEnded() bool {
1071 return f.FrameHeader.Flags.Has(FlagHeadersEndStream)
1072}
1073
1074func (f *HeadersFrame) HasPriority() bool {
1075 return f.FrameHeader.Flags.Has(FlagHeadersPriority)

Callers

nothing calls this directly

Calls 1

HasMethod · 0.80

Tested by

no test coverage detected