Expand description
§HTTP Server Library
A lightweight, asynchronous HTTP server framework built with Tokio.
This library provides core components for building HTTP servers with support for:
- HTTP request/response parsing
- Routing with various pattern matching types
- Guard middleware system for request validation
- Asynchronous request handling
§Key Features
- Async-first: Built on Tokio for high-performance async I/O
- Flexible Routing: Supports exact, parameterized, and wildcard routes
- Middleware Guards: Chainable guards for authentication and validation
- Type Safety: Leverages Rust’s type system for compile-time safety
§Modules
request: HTTP request parsing and structuresresponse: HTTP response building and serializationserver: Main HTTP server implementationhandler: Request handler and routing systemguard: Guard middleware for request validationroute: Route pattern matching components
Modules§
Macros§
Structs§
Traits§
- TryConvert
From - TryConvert
Into - please impl
TryConvertFrom