From 16d3cb76c7b7d82301ab6542f8c6e94a4ee358d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 23 Jan 2012 09:43:26 +0100 Subject: Rename the type http_status/0 to cowboy_http:status/0 --- include/http.hrl | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/http.hrl b/include/http.hrl index f1ad337..e97975e 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -13,7 +13,6 @@ %% ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF %% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. --type http_status() :: non_neg_integer() | binary(). -type http_resp_body() :: iodata() | {non_neg_integer(), fun(() -> {sent, non_neg_integer()})}. -- cgit v1.2.3