I'm building an application that needs to communicate with a REST service. The application is using ARC so ASIHTTPRequest is NOT an option. Also RESTKit horribly failed when we tried to use it.
How should we tackle sending the http request? (preferably asynchronicly) and 'storing' the data to be parsed by an XML parser (I don't really need help with that, just need to know how to feed it the data).