18#ifndef DETERMINISTICESPASYNCWEBSERVER_SESSION_H
19#define DETERMINISTICESPASYNCWEBSERVER_SESSION_H
21#include "../transport/tcp.h"
22#include "freertos/FreeRTOS.h"
23#include "freertos/queue.h"
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.
void http_conn_open(uint8_t slot_id)
Initialize a slot for a freshly-accepted HTTP connection.
void server_tick(int worker_id=0)
Drive the session layer for one Arduino loop iteration.