Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
http_client_internal_data Struct Reference

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.
 

Detailed Description

HTTP client internal data that the application should not touch.

Field Documentation

◆ parser

struct http_parser http_client_internal_data::parser

HTTP parser context.

◆ parser_settings

struct http_parser_settings http_client_internal_data::parser_settings

HTTP parser settings.

◆ response

struct http_response http_client_internal_data::response

HTTP response specific data (filled by http_client_req() when data is received)

◆ sock

int http_client_internal_data::sock

HTTP socket.

◆ user_data

void* http_client_internal_data::user_data

User data.


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