Skip to main content

handle_set_responses

Function handle_set_responses 

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