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

Method Body

frameHeader.go:244–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

242}
243
244func (f *FrameHeader) Body() Frame {
245 return f.fr
246}
247
248func (f *FrameHeader) SetBody(fr Frame) {
249 if fr == nil {

Callers 15

readLoopMethod · 0.95
doHandshakeMethod · 0.95
testIssue52Function · 0.80
TestIssue27Function · 0.80
handleFrameMethod · 0.80
handleHeaderFrameMethod · 0.80
handleEndRequestMethod · 0.80
fasthttpResponseHeadersFunction · 0.80
writeRequestMethod · 0.80
readNextMethod · 0.80
readStreamMethod · 0.80
ReleaseFrameHeaderFunction · 0.80

Calls

no outgoing calls

Tested by 3

testIssue52Function · 0.64
TestIssue27Function · 0.64
TestFrameReadFunction · 0.64