|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Response-header capture sink: keeps the final response's Retry-After. More...
Data Fields | |
| char | retry_after [k_mdl_retry_after_max] |
| Raw value, "" when absent. | |
| char | etag [k_mdl_etag_max] |
| Raw ETag, "" when absent. | |
| char | last_modified [k_mdl_last_mod_max] |
| Raw Last-Modified, "" when absent. | |
| char | content_type [k_mdl_content_type_max] |
| Raw Content-Type, "" when absent. | |
Response-header capture sink: keeps the final response's Retry-After.
Definition at line 85 of file mdl_net_curl.c.
| char hdr_sink_t::content_type[k_mdl_content_type_max] |
Raw Content-Type, "" when absent.
Definition at line 89 of file mdl_net_curl.c.
Referenced by internal_finish_transfer(), and internal_on_header().
| char hdr_sink_t::etag[k_mdl_etag_max] |
Raw ETag, "" when absent.
Definition at line 87 of file mdl_net_curl.c.
Referenced by internal_finish_transfer(), and internal_on_header().
| char hdr_sink_t::last_modified[k_mdl_last_mod_max] |
Raw Last-Modified, "" when absent.
Definition at line 88 of file mdl_net_curl.c.
Referenced by internal_finish_transfer(), and internal_on_header().
| char hdr_sink_t::retry_after[k_mdl_retry_after_max] |
Raw value, "" when absent.
Definition at line 86 of file mdl_net_curl.c.
Referenced by internal_finish_transfer(), and internal_on_header().