handy_httpd

Undocumented in source.

Modules

handler
module handy_httpd.handler

Contains core components for the HTTP handler structure.

handlers
module handy_httpd.handlers

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

parse_utils
module handy_httpd.parse_utils

Internal parsing utilities for the server's HTTP request processing.

request
module handy_httpd.request

Contains HTTP request components.

response
module handy_httpd.response

Contains HTTP response components.

responses
module handy_httpd.responses

Contains convenience functions for pre-formatted HTTP responses. Note that all functions here will flush the response, meaning that you do not have to manually flush the response in your handler.

server
module handy_httpd.server

Contains the core HTTP server components.

server_config
module handy_httpd.server_config
Undocumented in source.

Public Imports

handy_httpd.server
public import handy_httpd.server;
Undocumented in source.
handy_httpd.server_config
public import handy_httpd.server_config;
Undocumented in source.
handy_httpd.request
public import handy_httpd.request;
Undocumented in source.
handy_httpd.response
public import handy_httpd.response;
Undocumented in source.
handy_httpd.handler
public import handy_httpd.handler;
Undocumented in source.
handy_httpd.responses
public import handy_httpd.responses;
Undocumented in source.

Meta