Re: Sending a GET or POST HTTP request with Cocoa

2008-09-01 Thread Tito Ciuro
Hi Brad, I'm just curious... having NSURLConnection and friends working, is there a specific reason you decided to switch to sockets? Is there something in Cocoa that you think is missing? Cheers, -- Tito On Sep 1, 2008, at 9:02, Brad Gibbs <[EMAIL PROTECTED]> wrote: You might find the

Re: Sending a GET or POST HTTP request with Cocoa

2008-09-01 Thread Brad Gibbs
You might find the discussion here helpful: http://deusty.blogspot.com/search/label/NSURLRequest After getting NSURL's to work, I decided I'd be better off with TCP sockets. If you find yourself in the same position, you might try AsyncSockets (also available at the link above). It's non-b

Re: Sending a GET or POST HTTP request with Cocoa

2008-08-31 Thread Jaime Magiera
it's URL, set it's "its" Jaime Magiera Sensory Research http://www.sensoryresearch.net ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-d

Re: Sending a GET or POST HTTP request with Cocoa

2008-08-31 Thread Jaime Magiera
On Aug 31, 2008, at 12:30 PM, Sam Schroeder wrote: However, I've been unable to find something simple that _just_ explains how to send a GET and capture the returned results. My google_fu is weak. My ultimate goal is to send and receive XML (or maybe JSON) requests over HTTP, but first I want

Re: Sending a GET or POST HTTP request with Cocoa

2008-08-31 Thread Keary Suska
8/31/08 10:30 AM, also sprach [EMAIL PROTECTED]: > I'm new to Cocoa development and I'm trying to learn the basics of > sending HTTP GETs and POSTs from Cocoa. I've been reading up on NSURL > and searching for decent sample code. However, I've been unable to > find something simple that _just_ e

Sending a GET or POST HTTP request with Cocoa

2008-08-31 Thread Sam Schroeder
Hi all, I'm new to Cocoa development and I'm trying to learn the basics of sending HTTP GETs and POSTs from Cocoa. I've been reading up on NSURL and searching for decent sample code. However, I've been unable to find something simple that _just_ explains how to send a GET and capture the returne