raxx v0.4.2 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
Help for testing Raxx applications