Err mirrors context.Err, returning nil until cancellation and then the terminal error value. Due to current limitations in how fasthttp works, Err operates as a nop. See: https://github.com/valyala/fasthttp/issues/965#issuecomment-777268945
()
| 49 | // Due to current limitations in how fasthttp works, Err operates as a nop. |
| 50 | // See: https://github.com/valyala/fasthttp/issues/965#issuecomment-777268945 |
| 51 | Err() error |
| 52 | // Request return the *fasthttp.Request object |
| 53 | // This allows you to use all fasthttp request methods |
| 54 | // https://godoc.org/github.com/valyala/fasthttp#Request |
no outgoing calls