AFNetworking/AFNetworking
Michael Parker 87b852700a Fix up documentation for requestWithMethod:path:parameters:.
It is not responsible for finding the registered subclass that can handle a request; instead, it simply builds the request. HTTPRequestOperationWithRequest:success:failure: is responsible for this.
2012-01-05 20:47:59 -08:00
..
AFHTTPClient.h Fix up documentation for requestWithMethod:path:parameters:. 2012-01-05 20:47:59 -08:00
AFHTTPClient.m Fix issue with multipart form boundaries. 2011-11-29 14:16:48 -08:00
AFHTTPRequestOperation.h Updating and revising documentation 2011-11-11 11:28:05 -06:00
AFHTTPRequestOperation.m Merge branch 'experimental-http-client-callback-refactoring' into experimental-0.8 2011-11-07 11:20:15 -06:00
AFImageCache.h Added scaling while constructing image from cached data. 2011-12-10 19:00:49 +01:00
AFImageCache.m Minor code formatting 2011-12-13 09:39:31 -06:00
AFImageRequestOperation.h Updating and revising documentation 2011-11-11 11:28:05 -06:00
AFImageRequestOperation.m [Issue #110] Fixing orientation issues by using UIImage imageOrientation value rather than assuming UIImageOrientationUp 2011-11-21 11:19:25 -06:00
AFJSONRequestOperation.h fix unnecessary up-cast as discussed in #122 2011-11-22 16:50:21 +07:00
AFJSONRequestOperation.m Make JSON requests allow text/javascript content 2011-12-11 01:10:01 -08:00
AFJSONUtilities.h Fixing SBJSON encoding 2011-12-16 16:38:13 -05:00
AFNetworkActivityIndicatorManager.h Updating and revising documentation 2011-11-11 11:28:05 -06:00
AFNetworkActivityIndicatorManager.m Updating and revising documentation 2011-11-11 11:28:05 -06:00
AFNetworking.h Removing AFNetworking framework prefix from AFNetworking.h 2011-10-31 11:17:53 -05:00
AFPropertyListRequestOperation.h Minor documentation fixes 2011-11-11 11:35:07 -06:00
AFPropertyListRequestOperation.m Refactoring success and failure callbacks for HTTP request operations and client, to add more information and make everything more consistent 2011-10-24 13:08:58 -05:00
AFURLConnectionOperation.h Updating and revising documentation 2011-11-11 11:28:05 -06:00
AFURLConnectionOperation.m [Issue #124] Calling super implementation in -isReady, following the guidelines for NSOperation subclasses 2011-11-22 21:22:13 -06:00
AFXMLRequestOperation.h Returning NSXMLParser as response object on all platforms, and documenting the change (Thanks to Zac Bowling for the suggestion) 2011-11-10 11:47:28 -06:00
AFXMLRequestOperation.m Returning NSXMLParser as response object on all platforms, and documenting the change (Thanks to Zac Bowling for the suggestion) 2011-11-10 11:47:28 -06:00
UIImageView+AFNetworking.h Updating and revising documentation 2011-11-11 11:28:05 -06:00
UIImageView+AFNetworking.m in UIImageView+AFNetworking, calling net request success callback after setting UIImageView.image (symmetrical with cached image retrieval/callback) 2011-11-29 17:26:33 -08:00