fixed AFHTTPClient documentation

This commit is contained in:
Shane Vitarana 2012-05-14 14:46:45 -07:00
parent bb7b48e14e
commit c7a19a6e63

View file

@ -74,7 +74,7 @@ extern NSString * AFQueryStringFromParametersWithEncoding(NSDictionary *paramete
To change the behavior of all url request construction for an `AFHTTPClient` subclass, override `requestWithMethod:path:parameters`.
To change the behavior of all request operation construction for an `AFHTTPClient` subclass, override `enqueueHTTPRequestOperationWithRequest:success:failure`.
To change the behavior of all request operation construction for an `AFHTTPClient` subclass, override `HTTPRequestOperationWithRequest:success:failure`.
## Default Headers