handy_httpd.handlers.path_handler

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.

Members

Classes

PathHandler
class PathHandler

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.).