raxx v0.5.1 API Reference
Modules
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
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
To see how to use this module check the tests. The API is still in development as we handle some updates