Top "Http-put" questions

HTTP PUT Uploads a representation of the specified resource.

Can Spring MVC have request parameters for an HTTP PUT method, or must I use post? Which should I use to be RESTful?

I have a controller action I think should be an HTTP PUT, but Spring is complaining when I try and …

spring http rest spring-mvc http-put
Sending a file via HTTP PUT in PHP

I've been struggling for several hours trying to figure out how to get this work. I'm trying to send a …

php curl stream http-put
Enable Http PUT requests on .NET MVC

I'm working on an MVC application. On my original draft of the service I had this method in one of …

asp.net-mvc iis http-put
PUT or DELETE verb in ASP.NET MVC on HTML form

I have a simple user registration form, with two fields, one for username and another for the password. I have …

asp.net-mvc asp.net-mvc-3 rest forms http-put
When should I use HttpDelete or HttpPut in an asp.net mvc application

I use always HttpGet or HttpPost even when my action is executing a delete method on the database. For what …

asp.net-mvc http-put http-delete
When Updating a resource, what HTTP Status Code is returned when the update is successful?

So i've got a website that accepts an HTTP-PUT for a particular resource, eg. /contact which will allow the consumer …

rest http-post http-status-codes http-put
How to submit RESTful partial updates?

Sam Ruby, author of "RESTful Web Services" seems to come out against the use of HTTP PUT for partial updates: …

rest http-put
How to upload files using PUT instead of POST with PHP

I'm building my first REST Api and it's going well so far, i'm just having an issue with files uploads …

php rest put http-put
WCF REST 4.0 PUT/POST/DELETE not working (400 Bad Request)

I have been working on setting up a WCF REST service in .NET 4.0. I have GET requests working, but any …

asp.net http http-post http-put
GitHub API to Create a File

So I'm trying to familiarize myself with the GitHub API. I'm using cURL commands to implement some of their basic …

git curl github github-api http-put