RGLURLRequestInterceptingDelegate
@protocol RGLURLRequestInterceptingDelegate <NSObject>
Delegate for intercepting URL requests.
-
Prepares
URLRequest
before sending it to the service.Declaration
Objective-C
- (NSURLRequest *_Nullable)interceptorPrepareRequest: (NSURLRequest *_Nonnull)request;