AFNetworking/AFNetworking
2012-01-18 15:53:53 -08:00
..
AFHTTPClient.h Fix up documentation for requestWithMethod:path:parameters:. 2012-01-05 20:47:59 -08:00
AFHTTPClient.m Removing exception caused by multipartFormRequestWithMethod:path:parameters:constructingBodyWithBlock: is called with certain HTTP methods. Although message bodies for methods like HEAD, GET, and DELETE are traditionally ignored, there is nothing in the HTTP or multipart specs that explicitly forbid the use of multipart for a particular HTTP method. 2012-01-18 15:53:53 -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 Adding missing raise for exception in AFJSONDecode 2012-01-16 14:21:32 -08: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 Adding authentication challenge callback block to override default NSURLConnection delegate method implementation 2011-12-04 03:45:02 -06:00
AFURLConnectionOperation.m Explicit cast in line 378 to uint8_t* needed for some build configs (i.e. mine) to avoid error. 2012-01-18 15:27:30 -08: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 Minor refactoring of XMLDocumentRequestOperationWithRequest:success:failure: 2012-01-10 14:56:55 -08: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