Skip to content

Commit

Permalink
Adding PATCH, LINK, and UNLINK with "not used much" note.
Browse files Browse the repository at this point in the history
  • Loading branch information
bocoup-travis committed Jun 6, 2011
1 parent 1e930e5 commit 3f2be24
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Hyper-Text-Transfer-Protocol.md
@@ -1,4 +1,6 @@
HTTP is a stateless protocol for transferring documents. Every HTTP transaction consists of a request and a response.

##Every HTTP Verb:
OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT
##HTTP/1.1 Verbs:
OPTIONS, GET, HEAD, POST, PUT, DELETE, TRACE, CONNECT

HTTP/1.1 also defines the PATCH, LINK, and UNLINK verbs, but they are not commonly implemented or known.

0 comments on commit 3f2be24

Please sign in to comment.