nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
rest_client_resp_context Struct Reference

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
 

Detailed Description

REST client response context.

When rest_client_request returns, response-related data can be read from this structure.


The documentation for this struct was generated from the following file: