When HttpMocker is used for debuging purposes (mocking unavailable HTTP services), the interceptor should not be included in production code. One way to allow to remove Httpmocker code from production builds is to provide a No-op artifact which would preserve compilation but not include any of the HttpMocker code.
When HttpMocker is used for debuging purposes (mocking unavailable HTTP services), the interceptor should not be included in production code. One way to allow to remove Httpmocker code from production builds is to provide a No-op artifact which would preserve compilation but not include any of the HttpMocker code.