|
ra8-firmware 0.1.0
Bare-metal firmware for the Renesas RA8 family (RA8D2 / RA8P1)
|
Wire-neutral media HTTP request and response records. More...
Go to the source code of this file.
Data Structures | |
| struct | ra8_mdl_http_policy_t |
| Bounded request policy forwarded to the C6 HTTP client. More... | |
| struct | ra8_mdl_http_response_t |
| HTTP status and selected response headers proven by the C6 backend. More... | |
| struct | ra8_mdl_request_t |
| Complete typed HTTPS request accepted by protocol version 3. More... | |
Wire-neutral media HTTP request and response records.
Shared by the RA8 client, portable C6 service, and concrete HTTP backend without importing either endpoint's transport implementation. Strings remain caller-owned on requests; response strings use fixed storage.
Definition in file ra8_mdl_http.h.