Tuesday, July 9, 2013

On NSURLConnection API Design

Ole Begemann:

The original goals for NSURLConnection still show in its API design today. Contrast this with a modern networking library like AFNetworking, which has been designed from the start with web services in mind. Consequently, it handles HTTP 4xx and 5xx status codes as errors and comes with an extensible system for dealing with different response types like XML, JSON or images.

Comments RSS · Twitter

Leave a Comment