Skip to main content

start_http_server

Function start_http_server 

Source
pub async fn start_http_server(
    host: &str,
    port: u16,
    config: SeekrConfig,
) -> Result<(), ServerError>
Expand description

Start the HTTP API server.