[][src]Function csml_interpreter::interpreter::builtins::http::http_request

pub fn http_request(
    object: &HashMap<String, Literal>,
    function: fn(_: &str) -> Request,
    interval: Interval
) -> Result<Value, ErrorInfo>

PUBLIC FUNCTIONS