ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
Loading...
Searching...
No Matches
mdl_req_headers_t Struct Reference

Fixed, stable request-header list retained by the backend context. More...

Data Fields

struct curl_slist nodes [k_request_header_count]
 libcurl list nodes.
char values [k_request_header_count][k_request_header_max]
 Stable conditional-request header text.
struct curl_slist * head
 First active node.
size_t count
 Active node count.

Detailed Description

Fixed, stable request-header list retained by the backend context.

Definition at line 54 of file mdl_net_curl.c.

Field Documentation

◆ count

size_t mdl_req_headers_t::count

Active node count.

Definition at line 59 of file mdl_net_curl.c.

Referenced by internal_append_req_header().

◆ head

struct curl_slist* mdl_req_headers_t::head

◆ nodes

struct curl_slist mdl_req_headers_t::nodes[k_request_header_count]

libcurl list nodes.

Definition at line 55 of file mdl_net_curl.c.

Referenced by internal_append_req_header().

◆ values

char mdl_req_headers_t::values[k_request_header_count][k_request_header_max]

Stable conditional-request header text.

Definition at line 57 of file mdl_net_curl.c.

Referenced by internal_append_req_header().


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