Expand description
Core traits and types for the web server abstraction.
Structs§
- Bound
Server - A bound server ready to run
- Next
- Represents the next middleware in the chain
- Route
- Route definition with advanced routing features
- WebServer
- Main web server struct that uses an adapter
Enums§
Traits§
- Handler
- A handler that can be converted to a HandlerFn
- Middleware
- Trait for middleware components