Skip to content

Instantly share code, notes, and snippets.

@iamcerebrocerberus
Created November 15, 2025 01:24
Show Gist options
  • Select an option

  • Save iamcerebrocerberus/27f1c4e55fc0750c09fd6b48e309565d to your computer and use it in GitHub Desktop.

Select an option

Save iamcerebrocerberus/27f1c4e55fc0750c09fd6b48e309565d to your computer and use it in GitHub Desktop.
HTTP Verb Action Example
GET Read GET /posts/1
POST Create POST /posts
PUT Replace PUT /posts/1
PATCH Partially update PATCH /posts/1
DELETE Remove DELETE /posts/1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment