Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/gofiber/fiber
/ getBody
Method
getBody
req.go:1255–1257 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1253
}
1254
1255
func
(r *DefaultReq) getBody() []byte {
1256
return
r.c.app.GetBytes(r.c.fasthttp.Request.Body())
1257
}
Callers
2
BodyRaw
Method · 0.95
Body
Method · 0.95
Calls
2
GetBytes
Method · 0.80
Body
Method · 0.65
Tested by
no test coverage detected