Request return the *fasthttp.Request object This allows you to use all fasthttp request methods https://godoc.org/github.com/valyala/fasthttp#Request
()
| 51 | // This allows you to use all fasthttp request methods |
| 52 | // https://godoc.org/github.com/valyala/fasthttp#Request |
| 53 | Request() *fasthttp.Request |
| 54 | // FormFile returns the first file by key from a MultipartForm. |
| 55 | // The multipart form is parsed using the application's BodyLimit to prevent |
| 56 | // unbounded memory usage. |
no outgoing calls