httpbin_app             Generic web app for testing HTTP clients
mw_etag                 Middleware that add an 'Etag' header to the
                        response
mw_json                 Middleware to parse a JSON body
mw_log                  Log requests to the standard output or other
                        connection
mw_multipart            Parse a multipart HTTP request body
mw_raw                  Middleware to read the raw body of a request
mw_static               Middleware function to serve static files
mw_text                 Middleware to parse a plain text body
mw_urlencoded           Middleware to parse an url-encoded request body
new_app                 Create a new web application
new_app_process         Run a presser app in another process
new_regexp              Create a new regular expression to use in
                        presser routes
presser_request         A presser request object
presser_response        A presser response object
server_opts             Presser web server options
tmpl_glue               glue based template engine
