From 22ba1c863648f4d50b673319bac3506a5fc9adde Mon Sep 17 00:00:00 2001 From: Mattt Thompson Date: Mon, 15 Jul 2013 14:03:26 -0700 Subject: [PATCH] [Issue #1135] Fixing outdated links to documentation --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3a0bbbd..916d99c 100644 --- a/README.md +++ b/README.md @@ -34,32 +34,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: @@ -78,7 +78,7 @@ 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.