HTTP server
Furnace framework

Prev:XML parser
Next:Logging framework


The http.server vocabulary implements an HTTP and HTTPS server on top of io.servers.
HTTP server responders
HTTP request variables

Various types of responders are defined in other vocabularies:
HTTP dispatchers and virtual hosting
HTTP responder filters

Useful canned responses:
Canned HTTP responses
HTTP responder redirection

Configuration:
HTTP server variables
HTTP server port remapping

Features:
Serving static content
Serving CGI scripts

The furnace framework implements high-level abstractions which make developing web applications much easier than writing responders by hand.