Skip to main content

handle_request

Function handle_request 

Source
pub async fn handle_request<B>(
    req: Request<B>,
    omaha_server: &Mutex<OmahaServer>,
) -> Result<Response<Full<Bytes>>, Error>
where B: Body + Debug + 'static, <B as Body>::Error: Error + Send + Sync + 'static,