Response return the *fasthttp.Response object This allows you to use all fasthttp response methods https://godoc.org/github.com/valyala/fasthttp#Response
()
| 35 | // This allows you to use all fasthttp response methods |
| 36 | // https://godoc.org/github.com/valyala/fasthttp#Response |
| 37 | Response() *fasthttp.Response |
| 38 | // Format performs content-negotiation on the Accept HTTP header. |
| 39 | // It uses Accepts to select a proper format and calls the matching |
| 40 | // user-provided handler function. |
no outgoing calls