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
The task is to make the HttpCallback class configurable by making the OnBeforeHttpRequestEventHandler and OnAfterHttpResponseEventHandler method virtual so that the SDK could override them and allow to call the callbacks overrided by users.
The text was updated successfully, but these errors were encountered:
This commit makes `OnBeforeHttpRequestEventHandler` and `OnAfterHttpResponseEventHandler` methods virtual. This allows SDKs to override these methods and invoke user-overridden callbacks methods provided in the SDK class.
Closes#78
The task is to make the HttpCallback class configurable by making the
OnBeforeHttpRequestEventHandler
andOnAfterHttpResponseEventHandler
method virtual so that the SDK could override them and allow to call the callbacks overrided by users.The text was updated successfully, but these errors were encountered: