Skip to main content

spawn_server_with_config

Function spawn_server_with_config 

Source
pub async fn spawn_server_with_config(
    config: ServerConfig,
) -> Result<ServerHandle, ServerError>
Expand description

Spawn a web server with full configuration and perform health check readiness polling.