Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PUT should handle files like POST [rt.cpan.org #65843] #169

Open
oalders opened this issue Mar 31, 2017 · 1 comment
Open

PUT should handle files like POST [rt.cpan.org #65843] #169

oalders opened this issue Mar 31, 2017 · 1 comment

Comments

@oalders
Copy link
Member

oalders commented Mar 31, 2017

Migrated from rt.cpan.org#65843 (status was 'open')

Requestors:

From rizen@cpan.org on 2011-02-17 16:38:34:

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. 

From augie.schwer@gmail.com on 2013-02-23 00:03:55:

Me too; the put() method was totally throwing me for a loop before I 
found this bug report.
@afresh1
Copy link

afresh1 commented Dec 19, 2021

This should move to the HTTP::Message issue queue

@karenetheridge karenetheridge transferred this issue from libwww-perl/libwww-perl Dec 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants