1.

Name Some Of The Commonly Used Http Methods Used In Rest Based Architecture?

Answer»

Following well known HTTP methods are commonly used in REST based architecture:−

  • GET − Provides a READ only access to a resource.
  • PUT − Used to create a new resource.
  • DELETE − Ued to remove a resource.
  • POST − Used to UPDATE a existing resource or create a new resource.
  • OPTIONS − Used to get the supported operations on a resource.

Following well known HTTP methods are commonly used in REST based architecture:−



Discussion

No Comment Found