GNOME Bugzilla – Bug 581860
Support PUT methods when encoding forms
Last modified: 2009-05-10 16:42:11 UTC
When using soup_form_request_for_data() with PUT methods, libsoup refuses to work. PUT is like POST for form encoding AFAIK, so handle that too.
Created attachment 134252 [details] [review] Patch
Really? Forms using PUT? That just seems wrong. But it doesn't really hurt anything...
It's part of the MySpace REST API. No idea why they chose PUT because the official semantics for PUT vs POST make it clear that for their use case they should be using POST, but hey what can you do. :)