pub async fn serve_http( listener: TcpListener, service: Service, auth: Arc<Auth>, ) -> Result<()>
Serve HTTP/JSON on an already-bound listener until the process ends.