Skip to content

Instantly share code, notes, and snippets.

@montanaflynn
Last active August 29, 2015 14:08
Show Gist options
  • Save montanaflynn/f9375f3ac5e7301baa2d to your computer and use it in GitHub Desktop.
Save montanaflynn/f9375f3ac5e7301baa2d to your computer and use it in GitHub Desktop.
HTTP methods

ACL defined in RFC 3744, section 8.1

BASELINE-CONTROL defined in RFC 3253, section 12.6.

BIND defined in RFC 5842, section 4

CHECKIN defined in RFC 3253, section 4.4 and section 9.4

CHECKOUT defined in RFC 3253, section 4.3 and section 8.8

CONNECT defined in RFC 7231, section 4.3.6.

COPY defined in RFC 4918, section 9.8

DELETE defined in RFC 7231, section 4.3.5

GET defined in RFC 7231, section 4.3.1

HEAD defined in RFC 7231, section 4.3.2

LABEL defined in RFC 3253, section 8.2

LINK defined in RFC 2068, section 19.6.1.2

LOCK defined in RFC 4918, section 9.10.

MERGE defined in RFC 3253, section 11.2

MKACTIVITY defined in RFC 3253, section 13.5

MKCALENDAR defined in RFC 4791, section 5.3.1

MKCOL defined in RFC 4918, section 9.3

MKREDIRECTREF defined in RFC 4437, section 6

MKWORKSPACE defined in RFC 3253, section 6.3

MOVE defined in RFC 4918, section 9.9

OPTIONS defined in RFC 7231, section 4.3.7

ORDERPATCH defined in RFC 3648, section 7

PATCH defined in RFC 5789, section 2

POST defined in RFC 7231, section 4.3.3

PROPFIND defined in RFC 4918, section 9.1

PROPPATCH defined in RFC 4918, section 9.2

PUT defined in RFC 7231, section 4.3.4

REBIND defined in RFC 5842, section 6

REPORT defined in RFC 3253, section 3.6

SEARCH defined in RFC 5323, section 2

TRACE defined in RFC 7231, section 4.3.8

UNBIND defined in RFC 5842, section 5

UNCHECKOUT defined in RFC 3253, section 4.5

UNLINK defined in RFC 2068, section 19.6.1.3

UNLOCK defined in RFC 4918, section 9.11

UPDATE defined in RFC 3253, section 7.1

UPDATEREDIRECTREF defined in RFC 4437, section 7

VERSION-CONTROL defined in RFC 3253, section 3.5

@gkze
Copy link

gkze commented Oct 30, 2014

good shit dude 🍻

@ahmadnassri
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment