Expand description
NestForge HTTP Server Wrapper
This crate provides the HTTP server infrastructure for NestForge applications. It wraps axum and tokio to handle the complexity of web server setup, allowing developers to focus on application logic.
§Key Components
NestForgeFactory: Main entry point for creating and configuring HTTP applications- Middleware consumer and route configuration
- Request/response pipeline integration
§Usage
Most users will interact with this crate through the main nestforge crate,
which re-exports the key types needed for application bootstrapping.
Structs§
- Nest
Forge Factory - The main entry point for creating a NestForge application.