|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
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. | |
Fixed, stable request-header list retained by the backend context.
Definition at line 54 of file mdl_net_curl.c.
| 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().
| struct curl_slist* mdl_req_headers_t::head |
First active node.
Definition at line 58 of file mdl_net_curl.c.
Referenced by internal_append_req_header(), internal_curl_get_body(), internal_curl_get_buf(), and internal_release_req_headers().
| 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().
| 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().