pub fn get_input_from_web_or_cache(
    url: &str,
    cookie: &str
) -> Result<String, Error>
👎Deprecated
Expand description

Dispatches to the get-function, see its documentation.