Data Fields | |
| enum vtm_http_version | version |
| int | status_code |
| const char * | status_msg |
| vtm_dataset * | headers |
| void * | body |
| uint64_t | body_len |
HTTP client response
| enum vtm_http_version vtm_http_client_res::version |
HTTP protocol version
| int vtm_http_client_res::status_code |
Status code
| const char* vtm_http_client_res::status_msg |
Status message
| vtm_dataset* vtm_http_client_res::headers |
Response headers
| void* vtm_http_client_res::body |
Pointer to body data, maybe NULL
| uint64_t vtm_http_client_res::body_len |
Length of body data, maybe zero
1.8.8