Req.Response (req v0.2.1) View Source
The response struct.
Fields:
:status- the HTTP status code:headers- the HTTP response headers:body- the HTTP response body:private- a map reserved for libraries and frameworks to use. Prefix the keys with the name of your project to avoid any future conflicts. Only acceptsatom/0keys.
Link to this section Summary
Link to this section Functions
Gets the value for a specific private key.
Assigns a private key to value.