()
| 159 | } |
| 160 | |
| 161 | func (c *context) ResponseController() *http.ResponseController { |
| 162 | return http.NewResponseController(c.responseWriter) |
| 163 | } |
| 164 | |
| 165 | func (c *context) applyRoute(route *routing.Route, params map[string]string, preserveHost bool) { |
| 166 | c.route = route |