In a RESTful architecture, _______ is used to indicate the desired action on a resource.

  • CORBA
  • HTTP Methods
  • SOAP
  • WebSockets
In a RESTful architecture, HTTP Methods (such as GET, POST, PUT, DELETE) are used to indicate the desired action on a resource. Each HTTP method corresponds to a specific operation on the resource, contributing to the stateless and resource-centric nature of RESTful services.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *