Skip to main content

run_http_service

Function run_http_service 

Source
pub async fn run_http_service(
    stream: TcpStream,
    connector: HttpConnector,
    credentials: UserKey,
) -> Result<()>