interceptor property
final
Records all intercepts that the end-user developer sets up.
When HTTP requests are made, they are first checked against any intercepts recorded by this interceptor. If any are present, the intercepted values are returned instead of the stored values or network values.
This is useful for quickly creating mock responses to requests.
Implementation
final HttpRecordInterceptor interceptor;