|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
HTTP status and selected response headers proven by the C6 backend. More...
#include <ra8_mdl_http.h>
Data Fields | |
| int32_t | status |
| Final HTTP status. | |
| char | retry_after [k_ra8_mdl_retry_after_max] |
| Retry-After or empty. | |
| char | etag [k_ra8_mdl_etag_max] |
| ETag or empty. | |
| char | last_modified [k_ra8_mdl_http_date_max] |
| Last-Modified or empty. | |
| char | content_type [k_ra8_mdl_content_type_max] |
| Content-Type or empty. | |
HTTP status and selected response headers proven by the C6 backend.
Definition at line 47 of file ra8_mdl_http.h.
| char ra8_mdl_http_response_t::content_type[k_ra8_mdl_content_type_max] |
Content-Type or empty.
Definition at line 52 of file ra8_mdl_http.h.
Referenced by internal_c6_get(), internal_mdl_accept_chunk(), internal_mdl_build_chunk(), internal_mdl_response_valid(), and internal_mdl_select_response_header().
| char ra8_mdl_http_response_t::etag[k_ra8_mdl_etag_max] |
ETag or empty.
Definition at line 50 of file ra8_mdl_http.h.
Referenced by internal_c6_get(), internal_mdl_accept_chunk(), internal_mdl_build_chunk(), internal_mdl_response_valid(), and internal_mdl_select_response_header().
| char ra8_mdl_http_response_t::last_modified[k_ra8_mdl_http_date_max] |
Last-Modified or empty.
Definition at line 51 of file ra8_mdl_http.h.
Referenced by internal_c6_get(), internal_mdl_accept_chunk(), internal_mdl_build_chunk(), internal_mdl_response_valid(), and internal_mdl_select_response_header().
| char ra8_mdl_http_response_t::retry_after[k_ra8_mdl_retry_after_max] |
Retry-After or empty.
Definition at line 49 of file ra8_mdl_http.h.
Referenced by internal_c6_get(), internal_mdl_accept_chunk(), internal_mdl_build_chunk(), internal_mdl_response_valid(), and internal_mdl_select_response_header().
| int32_t ra8_mdl_http_response_t::status |
Final HTTP status.
Definition at line 48 of file ra8_mdl_http.h.
Referenced by internal_c6_get(), internal_mdl_accept_chunk(), internal_mdl_build_chunk(), internal_mdl_http_open(), internal_mdl_read_next(), and internal_mdl_response_valid().