Skip to content

Instantly share code, notes, and snippets.

@vanderhoop
Last active August 29, 2015 14:13
Show Gist options
  • Save vanderhoop/17eedb25c2b6dda29348 to your computer and use it in GitHub Desktop.
Save vanderhoop/17eedb25c2b6dda29348 to your computer and use it in GitHub Desktop.

HTTP Requests

We've already worked extensively with GET requests and POST requests, but the HTTP spec defines a handful of others, which you're about to learn about.

Directions

  1. Read through the list of HTTP request types at the top of this page.
  2. Read through the plain-english (non-code) explanations of the following request types.
  • GET
  • POST
  • PUT
  • DELETE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment