Zephyr Project API 4.4.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.
bool aborted
 Set when the response callback aborted the transfer.

Detailed Description

HTTP client internal data that the application should not touch.

Field Documentation

◆ aborted

bool http_client_internal_data::aborted

Set when the response callback aborted the transfer.

◆ 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: