pub fn http_fetch_json<S>(lua: &mut Lua<'_>, state: Arc<S>)where
    S: State + WebState + 'static,