0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 05:00:24 +00:00

Add section about REST methods

This commit is contained in:
Loïc Hoguin 2013-04-19 13:54:43 +02:00
parent 8d7350fa84
commit 109a1b8227

View file

@ -22,6 +22,15 @@ Not done yet. Feel free to use the one that is currently being worked on.
* https://github.com/extend/cowboy/pull/364 * https://github.com/extend/cowboy/pull/364
Methods
-------
The REST component has code for handling the following HTTP methods:
HEAD, GET, POST, PATCH, PUT, DELETE and OPTIONS.
Other methods can be accepted, however they have no specific callback
defined for them at this time.
Callbacks Callbacks
--------- ---------