mirror of
https://github.com/zhigang1992/RestKit.git
synced 2026-04-23 04:20:21 +08:00
Add support for the registration of HTTP request operation subclasses on the manager to support easy customization of request operation handling. refs #997
This commit is contained in:
@@ -54,8 +54,7 @@
|
||||
@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.
|
||||
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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user