Function wicrs_server::httpapi::server[][src]

pub async fn server(config: Config) -> Result<()>

Function runs starts an HTTP server that allows HTTP clients to interact with the WICRS Server API. bind_address is a string representing the address to bind to, for example it could be "127.0.0.1:8080".