I\'m in the process of rethinking my approach to the request architecture of a large app I\'m developing. I\'m currently using ASIHTTPRequest to actually make requests, but
Try out STNetTaskQueue, which can make your request reusable and maintainable.