Skip to main content

serve

Function serve 

Source
pub async fn serve(
    state: AppState,
    port: u16,
    shutdown: Receiver<()>,
) -> Result<()>
Expand description

Launch the web server with graceful shutdown support.