You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This isn't a bug so much as a minor feature request. HTTP::Request::Common::POST handles file
posting, but with RESTFUL web services you need to be able to do the same thing on a PUT.
Right now this is achievable by simply doing:
my $req = POST ...;
$req->method('PUT');
But it's kind of hackish.
Migrated from rt.cpan.org#65843 (status was 'open')
Requestors:
From [email protected] on 2011-02-17 16:38:34:
From [email protected] on 2013-02-23 00:03:55:
The text was updated successfully, but these errors were encountered: