RequestCtx returns *fasthttp.RequestCtx that carries a deadline a cancellation signal, and other values across API boundaries.
()
| 24 | // RequestCtx returns *fasthttp.RequestCtx that carries a deadline |
| 25 | // a cancellation signal, and other values across API boundaries. |
| 26 | RequestCtx() *fasthttp.RequestCtx |
| 27 | // Cookie sets a cookie by passing a cookie struct. |
| 28 | Cookie(cookie *Cookie) |
| 29 | // Download transfers the file from path as an attachment. |
no outgoing calls