Y
Hacker News
new
|
ask
|
show
|
jobs
by
100ms
5 days ago
Forms, HTTP implementations, public API surfaces, and all for what exactly. Introducing a new verb for this feels profoundly misplaced
2 comments
jagged-chisel
5 days ago
Idempotency is an important attribute for correctness. Yep, you can document that POSTing to $ENDPOINT is idempotent, but you can't communicate that to caching layers throughout the network. QUERY, by definition, is idempotent and cacheable.
link
resters
5 days ago
Great point. I wish more people realized that intuitively.
link
alpinisme
5 days ago
At least support - or lack thereof - for a new verb is unambiguous (compared to changing the semantics of GET)
link