21#ifndef DETERMINISTICESPASYNCWEBSERVER_PRESENTATION_H
22#define DETERMINISTICESPASYNCWEBSERVER_PRESENTATION_H
Standalone HTTP/1.1 request parser — no transport dependency.
void http_reset(uint8_t slot_id)
Reset the HTTP parser for a connection slot.
void http_parse(uint8_t slot_id)
Drain the transport ring buffer and advance the HTTP parser.
Layer 4 (Transport) — TCP connection pool, ring buffers, and lwIP integration.