diff options
author | Loïc Hoguin <[email protected]> | 2013-05-16 16:16:32 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-05-16 16:16:32 +0200 |
commit | f8a78561271fb1c09008a31d46ac8d5987d9f83e (patch) | |
tree | 8bf8a9257d1891f3892ba7ed8e92915e3414957c /src/cowboy_http.erl | |
parent | c0c333e41bcd7d89a48a5c35d8e21b305c35627e (diff) | |
download | cowboy-f8a78561271fb1c09008a31d46ac8d5987d9f83e.tar.gz cowboy-f8a78561271fb1c09008a31d46ac8d5987d9f83e.tar.bz2 cowboy-f8a78561271fb1c09008a31d46ac8d5987d9f83e.zip |
Move cowboy_http:headers() to cowboy:http_headers()
Diffstat (limited to 'src/cowboy_http.erl')
-rw-r--r-- | src/cowboy_http.erl | 2 |
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. |