AWSNetworkingRequestInterceptor
Objective-C
@protocol AWSNetworkingRequestInterceptor <NSObject>
@required
- (AWSTask *)interceptRequest:(NSMutableURLRequest *)request;
@end
Swift
protocol AWSNetworkingRequestInterceptorProtocol : NSObjectProtocol
Undocumented