HTTP Methods
Gotransverse microservices use the following HTTP methods:
-
GET — Queries objects, collections of objects, or specific parameters within objects.
-
POST — Creates new instances of objects or performs actions like status changes on objects.
-
PUT — Updates existing instances of objects.
-
DELETE — Removes objects.