From 01572eed3db5c31c6ac3855d3e4f2d1307889d6d Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Fri, 2 Mar 2012 10:49:13 -0800 Subject: [PATCH] Adding new documentation header for AFHTTPClient +canProcessRequest --- AFNetworking/AFHTTPRequestOperation.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AFNetworking/AFHTTPRequestOperation.h b/AFNetworking/AFHTTPRequestOperation.h index a410743..e836ce5 100644 --- a/AFNetworking/AFHTTPRequestOperation.h +++ b/AFNetworking/AFHTTPRequestOperation.h @@ -98,6 +98,11 @@ */ + (void)addAcceptableContentTypes:(NSSet *)contentTypes; + +///----------------------------------------------------- +/// @name Determining Whether A Request Can Be Processed +///----------------------------------------------------- + /** A Boolean value determining whether or not the class can process the specified request. For example, `AFJSONRequestOperation` may check to make sure the content type was `application/json` or the URL path extension was `.json`.