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,
pub async fn handle_request<H>(
cors: CorsConfig,
router: &Router<'_, H>
) -> Result<(), Error>where
H: HtsGet + Send + Sync + 'static,