MCPcopy
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
1255func (r *DefaultReq) getBody() []byte {
1256 return r.c.app.GetBytes(r.c.fasthttp.Request.Body())
1257}

Callers 2

BodyRawMethod · 0.95
BodyMethod · 0.95

Calls 2

GetBytesMethod · 0.80
BodyMethod · 0.65

Tested by

no test coverage detected