Let's remove verbs from HTTP 2.0
onebigfluke.com
Let's remove verbs from HTTP 2.0
1–10 of 141 posts
Re: Let's remove verbs from HTTP 2.0
#2Re: Let's remove verbs from HTTP 2.0
#3Made me chuckle.
Re: Let's remove verbs from HTTP 2.0
#4Re: Let's remove verbs from HTTP 2.0
#5Re: Let's remove verbs from HTTP 2.0
#6Re: Let's remove verbs from HTTP 2.0
#7Re: Let's remove verbs from HTTP 2.0
#8I also strongly disagree. The real problem is that browsers can't use them as good as they should. If you take for example a RESTful API, the verbs make totally sense and especially one of the mentioned verbs. PATCH is a great verbs if you use it like it was specified. I personally like the idea of giving more freedom to chose the verbs. Imagine you could use for a Twitter API something like: FOLLOW /users/123
Re: Let's remove verbs from HTTP 2.0
#9Removing DELETE and PUT would be a terrible idea, every REST API would break.
I explained in more detail here: http://stackoverflow.com/questions/2191049/what-is-the-advan...
Re: Let's remove verbs from HTTP 2.0
#10Also, I feel like "Execution in the Kingdom of Nouns" is semi-relevant here: http://steve-yegge.blogspot.com/2006/03/execution-in-kingdom...