|
@@ -84,7 +84,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
@interface AFHTTPSessionManager : AFURLSessionManager <NSSecureCoding, NSCopying>
|
|
@interface AFHTTPSessionManager : AFURLSessionManager <NSSecureCoding, NSCopying>
|
|
|
|
|
|
/**
|
|
/**
|
|
- The URL used to monitor reachability, and construct requests from relative paths in methods like `requestWithMethod:URLString:parameters:`, and the `GET` / `POST` / et al. convenience methods.
|
|
|
|
|
|
+ The URL used to construct requests from relative paths in methods like `requestWithMethod:URLString:parameters:`, and the `GET` / `POST` / et al. convenience methods.
|
|
*/
|
|
*/
|
|
@property (readonly, nonatomic, strong, nullable) NSURL *baseURL;
|
|
@property (readonly, nonatomic, strong, nullable) NSURL *baseURL;
|
|
|
|
|