Loops over all headers.
(cb: (key: string, value: string) => void)
| 220 | getQuery(key: string) : string; |
| 221 | /** Loops over all headers. */ |
| 222 | forEach(cb: (key: string, value: string) => void) : void; |
| 223 | /** Setting yield to true is to say that this route handler did not handle the route, causing the router to continue looking for a matching route handler, or fail. */ |
| 224 | setYield(_yield: boolean) : HttpRequest; |
| 225 | } |
no outgoing calls
no test coverage detected