0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 20:50:24 +00:00

Rename the type http_status/0 to cowboy_http:status/0

This commit is contained in:
Loïc Hoguin 2012-01-23 09:43:26 +01:00
parent 67e5713b2b
commit 16d3cb76c7
4 changed files with 11 additions and 11 deletions

View file

@ -47,8 +47,9 @@
| 'Set-Cookie2' | 'X-Forwarded-For' | 'Cookie' | 'Keep-Alive'
| 'Proxy-Connection' | binary().
-type headers() :: [{header(), iodata()}].
-type status() :: non_neg_integer() | binary().
-export_type([method/0, uri/0, version/0, header/0, headers/0]).
-export_type([method/0, uri/0, version/0, header/0, headers/0, status/0]).
-include("include/http.hrl").
-include_lib("eunit/include/eunit.hrl").