()
| 205 | |
| 206 | func (c *context) ResponseWriter() http.ResponseWriter { return c.responseWriter } |
| 207 | func (c *context) Request() *http.Request { return c.request } |
| 208 | func (c *context) Response() *http.Response { return c.response } |
| 209 | func (c *context) MarkServed() { c.deprecatedServed = true } |
| 210 | func (c *context) Served() bool { return c.deprecatedServed || c.servedWithResponse } |