Skip to main content

start_http_server

Function start_http_server 

Source
pub fn start_http_server(
    port: u16,
    auth_token: &str,
    bridge: MemoryBridge,
    handle: Handle,
    profile: ToolProfile,
) -> Result<HttpServerHandle>