()
| 345 | } |
| 346 | |
| 347 | func (c *context) QueryString() string { |
| 348 | return c.r.URL.RawQuery |
| 349 | } |
| 350 | |
| 351 | func (c *context) FormValue(name string) string { |
| 352 | return c.r.FormValue(name) |
nothing calls this directly
no outgoing calls
no test coverage detected