Reset is a method to reset context fields by given request when to use server handlers.
(fctx *fasthttp.RequestCtx)
| 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() |