Skip to main content

handle_web

Function handle_web 

Source
pub async fn handle_web(
    port: u16,
    host: String,
    open: bool,
    auth_token: Option<String>,
) -> Result<()>