raxx v0.8.0 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
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
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