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:
Blake Watters
2012-10-16 11:25:00 -04:00
parent d6c429e735
commit f4bfdb389b
7 changed files with 103 additions and 57 deletions

View File

@@ -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;