aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_rest.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-04-20 17:46:29 +0200
committerLoïc Hoguin <[email protected]>2013-04-20 17:46:29 +0200
commit97b8401c45ea24dca034db6a34cf02f0809034c3 (patch)
tree465e02cc682a9f402e306bd38d82ecfc4a4c3240 /src/cowboy_rest.erl
parent711c21ac4f86f0f1a5e62bec965f7ba900612bb0 (diff)
downloadcowboy-97b8401c45ea24dca034db6a34cf02f0809034c3.tar.gz
cowboy-97b8401c45ea24dca034db6a34cf02f0809034c3.tar.bz2
cowboy-97b8401c45ea24dca034db6a34cf02f0809034c3.zip
REST is no longer experimental
Diffstat (limited to 'src/cowboy_rest.erl')
-rw-r--r--src/cowboy_rest.erl8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/cowboy_rest.erl b/src/cowboy_rest.erl
index 2ec3e5a..c28b627 100644
--- a/src/cowboy_rest.erl
+++ b/src/cowboy_rest.erl
@@ -12,12 +12,10 @@
%% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-%% @doc Experimental REST protocol implementation.
+%% @doc REST protocol implementation.
%%
-%% Based on the Webmachine Diagram from Alan Dean and Justin Sheehy, which
-%% can be found in the Webmachine source tree, and on the Webmachine
-%% documentation available at http://wiki.basho.com/Webmachine.html
-%% at the time of writing.
+%% Originally based on the Webmachine Diagram from Alan Dean and
+%% Justin Sheehy.
-module(cowboy_rest).
-behaviour(cowboy_sub_protocol).