Request returns the [http.Request].
()
| 522 | |
| 523 | // Request returns the [http.Request]. |
| 524 | func (ctx *Context) Request() *http.Request { |
| 525 | return ctx.echoCtx.Request() |
| 526 | } |
| 527 | |
| 528 | // FormData return a [FormData]. |
| 529 | func (ctx *Context) FormData() *FormData { |
no outgoing calls
no test coverage detected