HttpServer return HttpServer
()
| 215 | |
| 216 | // HttpServer return HttpServer |
| 217 | func (ctx *HttpContext) HttpServer() *HttpServer { |
| 218 | return ctx.httpServer |
| 219 | } |
| 220 | |
| 221 | func (ctx *HttpContext) Response() *Response { |
| 222 | return ctx.response |
no outgoing calls
no test coverage detected