Based on the java sun Http Server. Complicated features made easy.
Handlers that will process a single request before removing itself. Useful for single use download links or image hosting.
Get the contexts that the server has loaded (why wasn't this already a feature?).
Get requests are parsed into a hashmap.
Post requests are parsed into a hashmap (multipart/form-data as well!).
A simple handler to redirect links without leaving a mark in the history.
A simple handler to handle requests based on a predicate.
A handler to help process homepage and 404 requests.
Host files, set their contexts, control their output, host directories and support for file walking,
Static variables for HTTP codes and methods.
Keep track of the user across different exchanges.
Get and set cookies.