General information about HTTP methods usage
Directions for use (REST)
The REST service interface must use the HTTP verb most suitable for the operation as indicated in RFC 7231 |
Message broker
Although, depending on the implementations, the different REST service interfaces for accessing message brokers differ in functionality offered and ways of modeling queues, topics / subscriptions, the following behaviors of HTTP methods can be abstracted |
Resource Oriented Design
With the HTTP protocol, the resource names naturally map to URLs, and methods naturally map to HTTP methods POST, GET, PUT, PATCH, and DELETE. |
Standard Methods |
HTTP Verbs |