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

Method HeaderBlockFragment

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

Source from the content-addressed store, hash-verified

1286}
1287
1288func (f *ContinuationFrame) HeaderBlockFragment() []byte {
1289 f.checkValid()
1290 return f.headerFragBuf
1291}
1292
1293func (f *ContinuationFrame) HeadersEnded() bool {
1294 return f.FrameHeader.Flags.Has(FlagContinuationEndHeaders)

Callers

nothing calls this directly

Calls 1

checkValidMethod · 0.80

Tested by

no test coverage detected