Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bellowsgulch
17 days ago
|
parent
|
context
|
favorite
| on:
The new HTTP QUERY method explained
So a POST with explicit caching semantics?
em-bee
17 days ago
[–]
no, a POST that is idempotent. caching is an optional side benefit.
bellowsgulch
15 days ago
|
parent
[–]
Isn't that just a PUT minus the inferred semantics?
em-bee
15 days ago
|
root
|
parent
[–]
yeah good catch, my response was incomplete. QUERY is a POST that is not only idempotent but also safe (it does not change anything at all on the server) (and it's cacheable of course)
PUT is idempotent but not safe.
bellowsgulch
14 days ago
|
root
|
parent
[–]
Good point.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: