|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
HTTP/2 binary framing (RFC 9113 sec 4 + sec 6). More...
#include "ServerConfig.h"Go to the source code of this file.
HTTP/2 binary framing (RFC 9113 sec 4 + sec 6).
Every HTTP/2 frame is a 9-byte header (24-bit length, 8-bit type, 8-bit flags, 1 reserved bit
Definition in file h2_frame.h.