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

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.

Detailed Description

HTTP status and selected response headers proven by the C6 backend.

Invariant
status is in the inclusive range 100..599 on success.
Every array is NUL-terminated, including when its header is absent.
Since
0.1.0

Definition at line 47 of file ra8_mdl_http.h.

Field Documentation

◆ content_type

char ra8_mdl_http_response_t::content_type[k_ra8_mdl_content_type_max]

◆ etag

◆ last_modified

char ra8_mdl_http_response_t::last_modified[k_ra8_mdl_http_date_max]

◆ retry_after

char ra8_mdl_http_response_t::retry_after[k_ra8_mdl_retry_after_max]

◆ status

int32_t ra8_mdl_http_response_t::status

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