Function htsget_lambda::handle_request

source ยท
pub async fn handle_request<H>(
    cors: CorsConfig,
    router: &Router<'_, H>,
) -> Result<(), Error>
where H: HtsGet + Send + Sync + 'static,