Re: cocoa http client library

2008-03-28 Thread Alastair Houghton
On 28 Mar 2008, at 18:27, C Sandeep wrote: Hi Jens, Thanks. I looked at NSURLConnection docs. It doesn't allow me to set certain custom headers, while connecting to the http server. Yes it does. Look at NSMutableURLRequest. Kind regards, Alastair. -- http://alastairs-place.net

Re: cocoa http client library

2008-03-28 Thread Greg Titus
Hi Sandeep, Look some more. :-) NSMutableURLRequest, which is the request you pass to the NSURLConnection should allow you to set whatever custom headers you need. - Greg On Mar 28, 2008, at 11:27 AM, C Sandeep wrote: Hi Jens, Thanks. I looked at NSURLConnection docs. It doesn't

Re: cocoa http client library

2008-03-28 Thread C Sandeep
Hi Jens, Thanks. I looked at NSURLConnection docs. It doesn't allow me to set certain custom headers, while connecting to the http server. Are there any other libraries that you recommend ? Thanks. - Sandeep On Fri, Mar 28, 2008 at 2:09 PM, Jens Alfke <[EMAIL PROTECTED]> wrote: > > On 28 Mar '

Re: cocoa http client library

2008-03-28 Thread Jens Alfke
On 28 Mar '08, at 10:59 AM, C Sandeep wrote: Im trying to access a custom http server via my cocoa app. I have looked at various libraries, mainly CFNetwork, available from apple, however Im not sure which one of them to use(Im comfortable using Objective-C over C) . Then why not use NSURLCon

cocoa http client library

2008-03-28 Thread C Sandeep
Greetings, Im trying to access a custom http server via my cocoa app. I have looked at various libraries, mainly CFNetwork, available from apple, however Im not sure which one of them to use(Im comfortable using Objective-C over C) . Im looking for something similar to perl's LWP (http://search.c