Skip to main content

SmallHttpServer

Type Alias SmallHttpServer 

Source
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 */ }