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

Wire-neutral media HTTP request and response records. More...

#include <stdint.h>
#include "mdl_format.h"
#include "ra8_mdl_protocol.h"
Include dependency graph for ra8_mdl_http.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

Wire-neutral media HTTP request and response records.

Tag
[Ring 4 / PAL] {World: NS}

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.

Since
0.1.0

Definition in file ra8_mdl_http.h.