aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/cowboy_http.erl')
-rw-r--r--src/cowboy_http.erl2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl
index 5036526..8dbbcff 100644
--- a/src/cowboy_http.erl
+++ b/src/cowboy_http.erl
@@ -52,10 +52,8 @@
-export([urlencode/2]).
-export([x_www_form_urlencoded/1]).
--type headers() :: [{binary(), iodata()}].
-type status() :: non_neg_integer() | binary().
--export_type([headers/0]).
-export_type([status/0]).
%% Parsing.