Loops over all headers.
Returns the lowercased header value or empty string.
Returns the HTTP method, useful for "any" routes.
Returns the parsed parameter at index. Corresponds to route.
Returns the raw querystring (the part of URL after ? sign) or empty string.
Returns a decoded query parameter value or empty string.
Returns the URL including initial /slash
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.
Generated using TypeDoc
An HttpRequest is stack allocated and only accessible during the callback invocation.