RESTful APIs use HTTP _______ to perform operations on resources.
- Actions
- Methods
- Requests
- Verbs
RESTful APIs use HTTP methods, also known as HTTP verbs, to perform operations on resources. Common methods include GET, POST, PUT, DELETE, etc.
Loading...
Related Quiz
- When debugging a distributed system, what strategy is most effective for tracing issues?
- A web application suffers a data breach due to an SQL Injection. Which aspect of security was most likely overlooked?
- GraphQL uses a _______ to execute and deliver data to the client.
- What is the significance of following a RESTful design pattern in web service development?
- In web services, a TLS handshake is used for what purpose?