| 
    Zephyr Project API 3.5.0
    
   A Scalable Open Source RTOS 
   | 
 
HTTP client internal data that the application should not touch. More...
#include <client.h>
Data Fields | |
| struct http_parser | parser | 
| HTTP parser context.   | |
| struct http_parser_settings | parser_settings | 
| HTTP parser settings.   | |
| struct http_response | response | 
| HTTP response specific data (filled by http_client_req() when data is received)   | |
| void * | user_data | 
| User data.   | |
| int | sock | 
| HTTP socket.   | |
HTTP client internal data that the application should not touch.
| struct http_parser http_client_internal_data::parser | 
HTTP parser context.
| struct http_parser_settings http_client_internal_data::parser_settings | 
HTTP parser settings.
| struct http_response http_client_internal_data::response | 
HTTP response specific data (filled by http_client_req() when data is received)
| int http_client_internal_data::sock | 
HTTP socket.
| void* http_client_internal_data::user_data | 
User data.