[][src]Function kagura::component::task::http::get

pub fn get<Msg>(
    url: impl Into<String>,
    props: Props,
    handler: impl FnMut(Result<Response, JsValue>) -> Msg + 'static
) -> Box<dyn FnOnce(Box<dyn FnOnce(Msg)>)> where
    Msg: 'static,