Which of the following HTTP methods are used by REST? (Choose three correct answers.)
Which of the following HTTP methods are used by REST? (Choose three correct answers.)
The HTTP methods commonly used by REST are PUT, DELETE, and GET. PUT is used to update a resource, DELETE is used to remove a resource, and GET is used to retrieve a resource. These methods align with the principles of RESTful services.
C,D,E are correct