0 votes
in Web Service by
Explain different HTTP methods supported by RESTful web services?

1 Answer

0 votes
by

Enlisted below are some common HTTP methods along with their functions that are supported by RESTful web services.

  1. GET: Read-only access to the resource.
  2. PUT: Creation of new resource.
  3. DELETE: Removal of a resource.
  4. POST: Update of an existing resource.
  5. OPTIONS: Get supported operations on the resource.
  6. HEAD: Returns HTTP header only, nobody.

Related questions

0 votes
asked Sep 23, 2023 in Web Service by john ganales
0 votes
0 votes
asked Sep 24, 2023 in Web Service by john ganales
...