I just did some of this a few days ago. I couldn't find any examples, but after looking at the documentation and code I was able to pull this off. You want to use NSURLConnection and NSURLRequest. Use Apple's sample code (that is inline in the documentation) under the "Introduction to the URL Loading System" then the section under that entitled "Using NSURLConnection" and it will get you more or less what you are looking for.
|