Passed to the unary callback xxhr::on_response. Provides access to request Content and Success, HTTP Status Codes or Errors.
Public Attributes | |
| std::int32_t | status_code |
| HTTP Status Code as Specified in HTTP RFC. | |
| Error | error |
| Error condition proper to a lower layer than HTTP. | |
| std::string | text |
| Response body. | |
| Header | header |
| Headers entries sent in the response. | |
| Url | url |
| Url that served this. | |
| Cookies | cookies |
| Cookies that the server would like you to keep reminding in future queries. | |