mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-24 04:46:01 +08:00
Remove avoidsNetworkAccess property in favor of leveraging NSURLCache capabilities under the hood.
This commit is contained in:
@@ -53,4 +53,10 @@
|
||||
*/
|
||||
@property (nonatomic, strong) NSSet *acceptableContentTypes;
|
||||
|
||||
/**
|
||||
Whether the response received a 304 response, whether via the initial request, or by virtue of
|
||||
cache revalidation occurring from NSURLCache.
|
||||
*/
|
||||
@property (nonatomic, readonly) BOOL wasNotModified;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user