Query returns the value for the given query parameter.
(name string)
| 92 | |
| 93 | // Query returns the value for the given query parameter. |
| 94 | Query(name string) string |
| 95 | |
| 96 | // Header returns the value for the given header. |
| 97 | Header(name string) string |
no outgoing calls