What is "afnetworking"
At its core is the AFHTTPRequestOperation
, one wrapper
strait around NSURLConnection
, that provides a callback
block when the operation is completed. Everything else is built upon it in a way that is completely modular.