Struct WebRequestInterceptEvent

#include <Geode/utils/web.hpp>

Allows you to intercept and modify requests before they’re sent with either a mod ID filter or globally.

Fields0
Examples1
WebRequestInterceptEvent(Mod::get()->getID()).listen([](auto& req) { return ListenerResult::Propagate; }, Priority::Normal);
WebRequestInterceptEvent().listen([](auto id, auto& req) { return ListenerResult::Stop; }, Priority::VeryEarly);
Public static methods0
Public member functions0