Skip to main content

start_server

Function start_server 

Source
pub async fn start_server(addr: SocketAddr, config: Config) -> Result<()>
Expand description

Starts the web server on the given address.

This is the main entry point called from the CLI web command handler.