18#ifndef DETERMINISTICESPASYNCWEBSERVER_SESSION_H
19#define DETERMINISTICESPASYNCWEBSERVER_SESSION_H
21#include "freertos/FreeRTOS.h"
22#include "freertos/queue.h"
void http_reset(uint8_t slot_id)
Reset a presentation-layer parser slot (Layer 6 forward decl).
void http_parse(uint8_t slot_id)
Advance the HTTP parser for a slot (Layer 6 forward decl).
void server_tick()
Drive the session layer for one Arduino loop iteration.
Layer 4 (Transport) — TCP connection pool, ring buffers, and lwIP integration.