From d2077e560928021b652e4e97f034e12f651e1d38 Mon Sep 17 00:00:00 2001 From: "jorge@miv.uk.com" Date: Mon, 17 Sep 2012 19:37:54 +0100 Subject: [PATCH] Fixed URLs to new documentation (under github domain) --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 3e6b482..ed5fe68 100644 --- a/README.md +++ b/README.md @@ -30,32 +30,32 @@ AFNetworking is architected to be as small and modular as possible, in order to - + - + - + - + - + - + - + - +
Core
AFURLConnectionOperationAFURLConnectionOperation An NSOperation that implements the NSURLConnection delegate methods.
HTTP Requests
AFHTTPRequestOperationAFHTTPRequestOperation A subclass of AFURLConnectionOperation for requests using the HTTP or HTTPS protocols. It encapsulates the concept of acceptable status codes and content types, which determine the success or failure of a request.
AFJSONRequestOperationAFJSONRequestOperation A subclass of AFHTTPRequestOperation for downloading and working with JSON response data.
AFXMLRequestOperationAFXMLRequestOperation A subclass of AFHTTPRequestOperation for downloading and working with XML response data.
AFPropertyListRequestOperationAFPropertyListRequestOperation A subclass of AFHTTPRequestOperation for downloading and deserializing objects with property list response data.
HTTP Client
AFHTTPClientAFHTTPClient Captures the common patterns of communicating with an web application over HTTP, including: @@ -74,11 +74,11 @@ AFNetworking is architected to be as small and modular as possible, in order to
Images
AFImageRequestOperationAFImageRequestOperation A subclass of AFHTTPRequestOperation for downloading and processing images.
UIImageView+AFNetworkingUIImageView+AFNetworking Adds methods to UIImageView for loading remote images asynchronously from a URL.