Data structure to hold HTTP response.
#include <http_util.h>
Public Member Functions | |
| DECLARE_CLASS_PTR (Response) | |
Public Attributes | |
| string | body |
| response body | |
| Header | header |
| header fields | |
| uint32_t | status_code |
| Response result. | |
| string | status_message |
| message matching status_code | |
| Version | version |
| HTTP version. | |