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.
Loading...
Related Quiz
- In the context of web services, what does UDDI provide?
- Which feature in Postman allows for the automation of API tests?
- SOAP messages are primarily formatted in which language?
- How does the use of TLS in HTTPS impact the security of web services?
- When designing a web service for a healthcare application, what encryption standards must be considered for compliance?