Skip Menu |

This queue is for tickets about the HTTP-Message CPAN distribution.

Report information
The Basics
Id: 73883
Status: resolved
Priority: 0/
Queue: HTTP-Message

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

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



Subject: make URL-encoded PUT calls easily
Lee Goddard mentioned in #68644 that PUT calls are more similar to POST calls. One example is that it is very common practice to use PUT through form submission, and I think it would be a huge benefit for PUT to automagically URL-encode the content. Ostensibly, it would be useful for any other HTTP verb, but PUT is definitely one where it would be most appreciated.