From d8e841c8a2c3afc45dad41490c72d82203019d68 Mon Sep 17 00:00:00 2001 From: Michiel Hakvoort Date: Thu, 29 Sep 2011 13:38:17 +0200 Subject: Add cowboy_protocol behaviour --- src/cowboy_http_protocol.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cowboy_http_protocol.erl') 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. -- cgit v1.2.3