aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-16 16:29:24 +0200
committerLoïc Hoguin <[email protected]>2013-05-16 16:29:24 +0200
commitdf73a4d0a5cedf6e14ed148e53ba4caac4f27c74 (patch)
treecd95d8b7fd92079d790ebf9a469f66a870383553 /src/cowboy_http.erl
parentf8a78561271fb1c09008a31d46ac8d5987d9f83e (diff)
downloadcowboy-df73a4d0a5cedf6e14ed148e53ba4caac4f27c74.tar.gz
cowboy-df73a4d0a5cedf6e14ed148e53ba4caac4f27c74.tar.bz2
cowboy-df73a4d0a5cedf6e14ed148e53ba4caac4f27c74.zip
Move cowboy_http:status() to cowboy:http_status()
Diffstat (limited to 'src/cowboy_http.erl')
-rw-r--r--src/cowboy_http.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl
index 8dbbcff..af60dd9 100644
--- a/src/cowboy_http.erl
+++ b/src/cowboy_http.erl
@@ -52,10 +52,6 @@
-export([urlencode/2]).
-export([x_www_form_urlencoded/1]).
--type status() :: non_neg_integer() | binary().
-
--export_type([status/0]).
-
%% Parsing.
%% @doc Parse a non-empty list of the given type.