handy_httpd

The main module of the handy-httpd server library. Importing this module will publically import the basic components needed for most applications.

Modules

components
module handy_httpd.components
handlers
module handy_httpd.handlers

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

server
module handy_httpd.server

Contains the core HTTP server implementation.

util
module handy_httpd.util

Public Imports

handy_httpd.server
public import handy_httpd.server;
Undocumented in source.
handy_httpd.components.config
public import handy_httpd.components.config;
Undocumented in source.
handy_httpd.components.request
public import handy_httpd.components.request;
Undocumented in source.
handy_httpd.components.response
public import handy_httpd.components.response;
Undocumented in source.
handy_httpd.components.handler
public import handy_httpd.components.handler;
Undocumented in source.
handy_httpd.components.responses
public import handy_httpd.components.responses;
Undocumented in source.
handy_httpd.components.multipart
public import handy_httpd.components.multipart;
Undocumented in source.
handy_httpd.components.websocket
public import handy_httpd.components.websocket;
Undocumented in source.