raxx v0.12.0 Raxx.Response

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

The contents are itemised below:

statusThe HTTP status code for the response: 1xx, 2xx, 3xx, 4xx, 5xx
headersThe response headers as a list: [{"content-type", "text/plain"}
bodyThe response body, by default an empty string.