aboutsummaryrefslogtreecommitdiffstats
path: root/src/cowboy_http.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-16 16:06:52 +0200
committerLoïc Hoguin <[email protected]>2013-05-16 16:06:52 +0200
commitc0c333e41bcd7d89a48a5c35d8e21b305c35627e (patch)
tree11b0656c8a69baf3a175b543cffda7f10a4153c8 /src/cowboy_http.erl
parentba7e6c07ecfb24464bf83825dc4d749fd378c78b (diff)
downloadcowboy-c0c333e41bcd7d89a48a5c35d8e21b305c35627e.tar.gz
cowboy-c0c333e41bcd7d89a48a5c35d8e21b305c35627e.tar.bz2
cowboy-c0c333e41bcd7d89a48a5c35d8e21b305c35627e.zip
Move cowboy_http:version() to cowboy:http_version()
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]).