From df73a4d0a5cedf6e14ed148e53ba4caac4f27c74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 16 May 2013 16:29:24 +0200 Subject: Move cowboy_http:status() to cowboy:http_status() --- src/cowboy_http.erl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/cowboy_http.erl') diff --git a/src/cowboy_http.erl b/src/cowboy_http.erl index 8dbbcff..af60dd9 100644 --- a/src/cowboy_http.erl +++ b/src/cowboy_http.erl @@ -52,10 +52,6 @@ -export([urlencode/2]). -export([x_www_form_urlencoded/1]). --type status() :: non_neg_integer() | binary(). - --export_type([status/0]). - %% Parsing. %% @doc Parse a non-empty list of the given type. -- cgit v1.2.3