Skip to content

Instantly share code, notes, and snippets.

@RedSoxFan22
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RedSoxFan22/1486d4af7da2db1cebd3 to your computer and use it in GitHub Desktop.
Save RedSoxFan22/1486d4af7da2db1cebd3 to your computer and use it in GitHub Desktop.
What is HTTP? Hypertext Transfer Protocol. Https is secure, but HTTP is not.
What is an IP address? an IP address is a signature on every computer that it allows it to communicate to other computers within the web. IP addresses are unique within the network that goes out to the world. But, within the network, IP addresses may be different.
What are all of the HTTP Verbs? get, put, post, patch, delete
Which HTML Verbs imply that their actions are idempotent? put, post, get
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment