Skip to main content

handle_omaha_request

Function handle_omaha_request 

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