handy_httpd.handlers

Contains predefined HttpRequestHandler implementations that may be useful in a variety of cases.

Modules

file_resolving_handler
module handy_httpd.handlers.file_resolving_handler
Undocumented in source.
path_delegating_handler
module handy_httpd.handlers.path_delegating_handler
Undocumented in source.

Public Imports

handy_httpd.handlers.file_resolving_handler
public import handy_httpd.handlers.file_resolving_handler;
Undocumented in source.
handy_httpd.handlers.path_delegating_handler
public import handy_httpd.handlers.path_delegating_handler;
Undocumented in source.

Meta