You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As we've introduced pluginData in ProxyEngine in #506, let's see if we can refactor ProxyHttpEventArgsBase and move throttled requests from its constructor into pluginData. Throttling belongs to plugins and shouldn't be explicitly exposed in the engine or event args.