Expand description
HTTP server implementation
Provides the core HTTP/HTTPS server for the proxy with full middleware stack.
Modules§
- routes
- Route handlers for the HTTP server
- tls
- TLS configuration using Rustls
- tracing
- OpenTelemetry tracing configuration
Functions§
- build_
app - Build the Axum application with all middleware and routes
- create_
router - Creates the main application router (legacy compatibility)
- serve
- Starts the HTTP server