Reset is a method to reset context fields by given request when to use server handlers.
(fctx *fasthttp.RequestCtx)
| 155 | configDependentPaths() |
| 156 | // Reset is a method to reset context fields by given request when to use server handlers. |
| 157 | Reset(fctx *fasthttp.RequestCtx) |
| 158 | // release is a method to reset context fields when to use ReleaseCtx() |
| 159 | release() |
| 160 | // Abandon marks this context as abandoned. An abandoned context will not be |
no outgoing calls