Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(http-callback): make Http Callback class override-able (#79)
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
- Loading branch information