From 2beb5c8206cf33f04ef778ebc67839c1bd71add8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 18 Apr 2011 13:24:27 +0200 Subject: Move the dispatcher related types into cowboy_dispatcher. --- include/types.hrl | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/types.hrl') diff --git a/include/types.hrl b/include/types.hrl index 5ee9357..8842a8e 100644 --- a/include/types.hrl +++ b/include/types.hrl @@ -17,11 +17,3 @@ -type posix() :: atom(). -type port_number() :: 0..65535. - --type bindings() :: list({Key::atom(), Value::string()}). --type path_tokens() :: list(nonempty_string()). --type match_rule() :: '_' | '*' | list(string() | '_' | atom()). - --type dispatch_rule() :: {Host::match_rule(), list({Path::match_rule(), - Handler::module(), Opts::term()})}. --type dispatch_rules() :: list(dispatch_rule()). -- cgit v1.2.3