aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http_static.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-08-27 12:58:04 +0200
committerLoïc Hoguin <[email protected]>2012-08-27 12:58:04 +0200
commit9e2622becb4d1a37d410f484a14ef32101e560ab (patch)
tree2381504b9be77b6f5b36595001afcd71cd9ca7cb /src/cowboy_http_static.erl
parentcc2e084d456c99b3d71f09c08f516195b6015dae (diff)
downloadcowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.tar.gz
cowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.tar.bz2
cowboy-9e2622becb4d1a37d410f484a14ef32101e560ab.zip
Rename cowboy_http_protocol to cowboy_protocol
Diffstat (limited to 'src/cowboy_http_static.erl')
-rw-r--r--src/cowboy_http_static.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cowboy_http_static.erl b/src/cowboy_http_static.erl
index 1513eea..d204e5a 100644
--- a/src/cowboy_http_static.erl
+++ b/src/cowboy_http_static.erl
@@ -173,7 +173,7 @@
-include("http.hrl").
-include_lib("kernel/include/file.hrl").
-%% cowboy_http_protocol callbacks
+%% cowboy_protocol callbacks
-export([init/3]).
%% cowboy_http_rest callbacks