Skip to main content

run_server

Function run_server 

Source
pub async fn run_server(config: ServerConfig) -> Result<(), Box<dyn Error>>
Expand description

Runs the HTTP server.

This function starts the server and blocks until shutdown.