Hacker News new | past | comments | ask | show | jobs | submit login

The point of having limited and well defined HTTP verbs means that you know what to expect. e.g GET has no effect on the resource, while PUT is idempotent, and POST is neither. This precise set of definitions, along with the remainder of REST principles mean that friction is greatly reduced when building/consuming APIs.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: