REST

REST

A protocol for HTTP communication

REST - Representational State Transfer is a lightweight protocol for HTTP communication, where parameters are mostly encoded in the request URL.

Optionally, parameters can also be sent in the message body.