Function serve

Source
pub async fn serve(
    addr: SocketAddr,
    app: App,
) -> Result<(), Box<dyn Error + Send + Sync>>
Expand description

Start the HTTP server