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

Method Reset

ctx_interface.go:17–17  ·  view source on GitHub ↗

Reset is a method to reset context fields by given request when to use server handlers.

(fctx *fasthttp.RequestCtx)

Source from the content-addressed store, hash-verified

15
16 // Reset is a method to reset context fields by given request when to use server handlers.
17 Reset(fctx *fasthttp.RequestCtx)
18
19 // release is called before returning the context to the pool.
20 release()

Callers 2

AcquireCtxMethod · 0.65
prepareDefaultCtxMethod · 0.65

Implementers 1

Calls

no outgoing calls

Tested by

no test coverage detected