Technology

REST Toolbox

On this page

Trigger

External API / Mobile / Frontend / CRUD

What

HTTP Request / Response.

GET  /users
POST /orders
PUT  /profile

Advantages

  • Simple
  • Stateless
  • Language Independent
  • Easy to debug

Tradeoff

  • Cannot push from server proactively