|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Files | |
| h2_conn.cpp | |
| HTTP/2 connection + stream engine - implementation. See h2_conn.h. | |
| h2_conn.h | |
| HTTP/2 connection + stream engine (RFC 9113) over the HPACK + frame layers. | |
| h2_frame.cpp | |
| HTTP/2 binary framing - implementation. See h2_frame.h. | |
| h2_frame.h | |
| HTTP/2 binary framing (RFC 9113 sec 4 + sec 6). | |
| h2_server.cpp | |
| HTTP/2 engine <-> request-pipeline bridge - implementation. See h2_server.h. | |
| h2_server.h | |
| Bridge between the HTTP/2 engine (h2_conn) and the server's request pipeline. | |
| hpack.cpp | |
| HPACK (RFC 7541) - implementation. See hpack.h. | |
| hpack.h | |
| HPACK header compression for HTTP/2 (RFC 7541). | |