Skip to content

Instantly share code, notes, and snippets.

@ashutoshkrris
Created December 24, 2021 05:13
Show Gist options
  • Select an option

  • Save ashutoshkrris/988355e575eda93905224b5accc49518 to your computer and use it in GitHub Desktop.

Select an option

Save ashutoshkrris/988355e575eda93905224b5accc49518 to your computer and use it in GitHub Desktop.
HTTP Methods and Description
HTTP METHOD DESCRIPTION
GET Retrieve existing data
POST Add new data
PUT Update existing data
PATCH Partially update existing data
DELETE Delete data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment