Y
Hacker News
new
|
ask
|
show
|
jobs
by
Joker_vD
4 days ago
> I still don’t get how idempotency can typically be ensured without state.
Well, how is "GET /index.html HTTP/1.1" made idempotent in practice without (additional) state?
1 comments
brookst
3 days ago
Ah, QUERY is explicitly scoped to be read-only, unlike PUT, POST, DELETE, etc. I had missed that part.
link