raxx v0.8.2 API Reference

Modules

Running a HTTP server on Ace

Working with HTTP response codes

Module for handling a response served in chunks

For a good introduction to cookies check http cookies explained

It might make sense for this to be called something else, i.e. error handler. The aim is to ensure a productive 500/404 call is returned to the user. The formatting of this information is separate

BETA: unsure if this module should world on request/response objects?

Allows browser submitted forms to use HTTP verbs other than POST

This is all defined in the multipart/form-data rfc7578

HTTP requests to a Raxx application are encapsulated in a Raxx.Request struct

HTTP responses from a Raxx application are encapsulated in a Raxx.Response struct

Upgrade a HTTP connection to send an event stream

Create and manipulate individual chunks that comply with the server sent events protocol

To see how to use this module check the tests. The API is still in development as we handle some updates

Utilities for working with url query strings