Module server

Module server 

Source
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