From f8a78561271fb1c09008a31d46ac8d5987d9f83e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 16 May 2013 16:16:32 +0200 Subject: Move cowboy_http:headers() to cowboy:http_headers() --- src/cowboy_http.erl | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/cowboy_http.erl') 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. -- cgit v1.2.3