Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
func
(f *FrameHeader) Body() Frame {
245
return
f.fr
246
}
247
248
func
(f *FrameHeader) SetBody(fr Frame) {
249
if
fr == nil {
Callers
15
readLoop
Method · 0.95
doHandshake
Method · 0.95
testIssue52
Function · 0.80
TestIssue27
Function · 0.80
handleFrame
Method · 0.80
handleHeaderFrame
Method · 0.80
handleEndRequest
Method · 0.80
fasthttpResponseHeaders
Function · 0.80
writeRequest
Method · 0.80
readNext
Method · 0.80
readStream
Method · 0.80
ReleaseFrameHeader
Function · 0.80
Calls
no outgoing calls
Tested by
3
testIssue52
Function · 0.64
TestIssue27
Function · 0.64
TestFrameRead
Function · 0.64