aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_protocol.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-10-01 02:08:42 +0200
committerLoïc Hoguin <[email protected]>2011-10-01 02:10:10 +0200
commit76f855ebd0ddfd6d2f02bdc8a0d6bae812c39204 (patch)
tree7e388018b4a6aaa7fe952be432a4e6ef855e2fbb /src/cowboy_http_protocol.erl
parenteff94772018b77b969b3a3afe465789c8aa7bef1 (diff)
parentd8e841c8a2c3afc45dad41490c72d82203019d68 (diff)
downloadcowboy-76f855ebd0ddfd6d2f02bdc8a0d6bae812c39204.tar.gz
cowboy-76f855ebd0ddfd6d2f02bdc8a0d6bae812c39204.tar.bz2
cowboy-76f855ebd0ddfd6d2f02bdc8a0d6bae812c39204.zip
Merge branch 'master' of https://github.com/hakvroot/cowboy
Diffstat (limited to 'src/cowboy_http_protocol.erl')
-rw-r--r--src/cowboy_http_protocol.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cowboy_http_protocol.erl b/src/cowboy_http_protocol.erl
index fe5f375..40dc51c 100644
--- a/src/cowboy_http_protocol.erl
+++ b/src/cowboy_http_protocol.erl
@@ -30,6 +30,7 @@
%% @see cowboy_dispatcher
%% @see cowboy_http_handler
-module(cowboy_http_protocol).
+-behaviour(cowboy_protocol).
-export([start_link/4]). %% API.
-export([init/4, parse_request/1]). %% FSM.