Context

Returns *fasthttp.RequestCtx that is compatible with the context.Context interface that requires a deadline, a cancellation signal, and other values across API boundaries.

  1. func (c *Ctx) Context() *fasthttp.RequestCtx
Please read the Fasthttp Documentation for more information.