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

Method HeaderBlockFragment

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

Source from the content-addressed store, hash-verified

1059}
1060
1061func (f *HeadersFrame) HeaderBlockFragment() []byte {
1062 f.checkValid()
1063 return f.headerFragBuf
1064}
1065
1066func (f *HeadersFrame) HeadersEnded() bool {
1067 return f.FrameHeader.Flags.Has(FlagHeadersEndHeaders)

Callers

nothing calls this directly

Calls 1

checkValidMethod · 0.80

Tested by

no test coverage detected