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

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.

Detailed Description

Response-header capture sink: keeps the final response's Retry-After.

Definition at line 85 of file mdl_net_curl.c.

Field Documentation

◆ content_type

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().

◆ etag

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().

◆ last_modified

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().

◆ retry_after

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().


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