Skip Menu |

This queue is for tickets about the libwww-perl CPAN distribution.

Report information
The Basics
Id: 37481
Status: resolved
Priority: 0/
Queue: libwww-perl

People
Owner: Nobody in particular
Requestors: johanl [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: HTTP::Request::Common doesn't support HTTP request method DELETE
This is for HTTP::Request::Common 1.26 . The HTTP request methods GET, POST, PUT and HEAD are supported, but not DELETE. With REST becoming more and more popular, this would be a useful method to have. I may be wrong, but this seems to be as simple as: package HTTP::Request::Common; sub DELETE { _simple_req('DELETE' , @_); } /J
Ok. I've added this now. Should appear in 5.814.