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 2da211d..5036526 100644
--- a/src/cowboy_http.erl
+++ b/src/cowboy_http.erl
@@ -52,11 +52,9 @@
-export([urlencode/2]).
-export([x_www_form_urlencoded/1]).
--type version() :: 'HTTP/1.1' | 'HTTP/1.0'.
-type headers() :: [{binary(), iodata()}].
-type status() :: non_neg_integer() | binary().
--export_type([version/0]).
-export_type([headers/0]).
-export_type([status/0]).