FWURLWrapper
@interface FWURLWrapper : FWObjectWrapper
Undocumented
-
Undocumented
Declaration
Objective-C
FWWrapperCompatible, fw)
-
获取当前query的参数字典,不含空值
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSDictionary<NSString *, NSString *> *_Nonnull queryDictionary;
-
获取路径URI字符串,不含host|port等,包含path|query|fragment等
Declaration
Objective-C
@property (nonatomic, copy, readonly, nullable) NSString *pathURI;