A route that can handle HTTP requests.
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.
A route that can handle HTTP requests.