0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-16 13:10:24 +00:00

Rename the type http_version/0 to cowboy_http:version/0

This commit is contained in:
Loïc Hoguin 2012-01-23 09:28:29 +01:00
parent 314483a0b6
commit 8622dff906
4 changed files with 6 additions and 6 deletions

View file

@ -32,8 +32,9 @@
Port::integer() | undefined, Path::binary()}
| {scheme, Scheme::binary(), binary()}
| {abs_path, binary()} | binary().
-type version() :: {Major::non_neg_integer(), Minor::non_neg_integer()}.
-export_type([method/0, uri/0]).
-export_type([method/0, uri/0, version/0]).
-include("include/http.hrl").
-include_lib("eunit/include/eunit.hrl").