architect-handbook

Software Architect Handbook

View on GitHub

HTTP Methods

Native HTTP Actions

Safe means that, when requested, it does not modify or cause any side effects on the state of the resource.

Idempotent means that, response stays the same, regardless of the number of times it is requested.

Semantics of HTTP APIs