Re: http get
Re: http get
- Subject: Re: http get
- From: Alexander von Below <email@hidden>
- Date: Wed, 2 Aug 2006 16:40:27 +0200
Depending on what you need to get, a lot of classes come with their
own URL handling, such as NSString or NSData.
But the higher level API you are looking for is NSURLRequest, or
NSMutableURLRequest
Alex
On 02.08.2006, at 16:26, Jerrod Fowkes wrote:
Hi,
I need to perform a http request 'get'. I noticed that there is an
example in /Developer/Networking/Examples using CFHTTPMessageRef. I
was wondering if there is a higher level api in cocoa that would
allow me to do the same thing. Thanks -Jerrod
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >http get (From: Jerrod Fowkes <email@hidden>) |