This module defines a PathHandler that delegates handling of requests to other handlers based on the request's HTTP verb (GET, POST, etc.), and its path.
A request handler that maps incoming requests to a particular handler based on the request's URL path and/or HTTP method (GET, POST, etc.).
This module defines a PathHandler that delegates handling of requests to other handlers based on the request's HTTP verb (GET, POST, etc.), and its path.