Adding new documentation header for AFHTTPClient +canProcessRequest
This commit is contained in:
parent
eb7d9bef95
commit
01572eed3d
1 changed files with 5 additions and 0 deletions
|
|
@ -98,6 +98,11 @@
|
||||||
*/
|
*/
|
||||||
+ (void)addAcceptableContentTypes:(NSSet *)contentTypes;
|
+ (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`.
|
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`.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue