Abstract
Routes requests based on HTTP method and path.
Protected
The required HTTP method to match. If GET, will also match HEAD.
The request URL path to match.
Handles an incoming HTTP request and returns a response.
The request to handle.
The response generated by handling the request.
Determines whether this route should/can handle the given request.
The request to check.
Routes requests based on HTTP method and path.