MCPcopy
hub / github.com/gofiber/fiber / RequestCtx

Method RequestCtx

res_interface_gen.go:26–26  ·  view source on GitHub ↗

RequestCtx returns *fasthttp.RequestCtx that carries a deadline a cancellation signal, and other values across API boundaries.

()

Source from the content-addressed store, hash-verified

24 // RequestCtx returns *fasthttp.RequestCtx that carries a deadline
25 // a cancellation signal, and other values across API boundaries.
26 RequestCtx() *fasthttp.RequestCtx
27 // Cookie sets a cookie by passing a cookie struct.
28 Cookie(cookie *Cookie)
29 // Download transfers the file from path as an attachment.

Callers 15

WithInputMethod · 0.65
QueryFunction · 0.65
CookieMethod · 0.65
QueryMethod · 0.65
FormMethod · 0.65
BodyMethod · 0.65

Implementers 1

Calls

no outgoing calls