pub async fn start_http_server(
host: &str,
port: u16,
config: SeekrConfig,
) -> Result<(), ServerError>Expand description
Start the HTTP API server.
pub async fn start_http_server(
host: &str,
port: u16,
config: SeekrConfig,
) -> Result<(), ServerError>Start the HTTP API server.