bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Syntax for RESTful scripting options


From: Daniel Stenberg
Subject: Re: [Bug-wget] Syntax for RESTful scripting options
Date: Tue, 5 Mar 2013 14:30:50 +0100 (CET)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Tue, 5 Mar 2013, Ángel González wrote:

wget --delete <URL pointing to resource that must be deleted>

I would prefer something like --method=delete, which would also allow other methods (eg. OPTIONS, TRACE, PROPFIND...)

Which incidentally is how curl does it (just with a differently named option):

 $ curl --request DELETE http://example.com/

--

 / daniel.haxx.se

reply via email to

[Prev in Thread] Current Thread [Next in Thread]