From 6712eaa5c8196dc1ba179257d050b131959c2a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 18 Apr 2011 12:20:52 +0200 Subject: Rename match() into match_rule(). --- include/types.hrl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/types.hrl b/include/types.hrl index 8bb94fb..5ee9357 100644 --- a/include/types.hrl +++ b/include/types.hrl @@ -20,8 +20,8 @@ -type bindings() :: list({Key::atom(), Value::string()}). -type path_tokens() :: list(nonempty_string()). --type match() :: '_' | '*' | list(string() | '_' | atom()). +-type match_rule() :: '_' | '*' | list(string() | '_' | atom()). --type dispatch_rule() :: {Host::match(), list({Path::match(), +-type dispatch_rule() :: {Host::match_rule(), list({Path::match_rule(), Handler::module(), Opts::term()})}. -type dispatch_rules() :: list(dispatch_rule()). -- cgit v1.2.3