nRF Connect SDK API 2.8.99
|
REST client response context. More...
#include <rest_client.h>
Data Fields | |
size_t | total_response_len |
size_t | response_len |
char * | response |
uint16_t | http_status_code |
char | http_status_code_str [HTTP_STATUS_STR_SIZE] |
int | used_socket_id |
int | used_socket_is_alive |
REST client response context.
When rest_client_request returns, response-related data can be read from this structure.