Re: setHTTPMethod: with PUT and DELETE methods
Re: setHTTPMethod: with PUT and DELETE methods
- Subject: Re: setHTTPMethod: with PUT and DELETE methods
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 10 Oct 2007 21:04:07 -0600
On Oct 10, 2007, at 8:26 PM, Rod Schmidt wrote:
I've searched the archives and have seen how PUT doesn't work with
NSMutableURLRequest. That was awhile ago. Is that still the case?
I'm also interested in if the DELETE method works.
NSURLRequest only supports HTTP GET and POST. If you need to do
WebDAV-style operations, then you'll need to use a different library.
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden