pub type SmallHttpServer = HttpServer<1024, 1024, 1024, 1024>;Expand description
Type alias for HttpServer with small buffer sizes for memory-constrained environments (1KB each)
Aliased Typeยง
pub struct SmallHttpServer { /* private fields */ }pub type SmallHttpServer = HttpServer<1024, 1024, 1024, 1024>;Type alias for HttpServer with small buffer sizes for memory-constrained environments (1KB each)
pub struct SmallHttpServer { /* private fields */ }