From ce26d7090b178c84d1dde1be3f4dc892138b8667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sat, 1 Oct 2011 02:32:20 +0200 Subject: Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0 --- include/http.hrl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include') diff --git a/include/http.hrl b/include/http.hrl index 7e0380d..2364daa 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -47,12 +47,12 @@ method = 'GET' :: http_method(), version = {1, 1} :: http_version(), peer = undefined :: undefined | {inet:ip_address(), inet:ip_port()}, - host = undefined :: undefined | cowboy_dispatcher:path_tokens(), - host_info = undefined :: undefined | cowboy_dispatcher:path_tokens(), + host = undefined :: undefined | cowboy_dispatcher:tokens(), + host_info = undefined :: undefined | cowboy_dispatcher:tokens(), raw_host = undefined :: undefined | binary(), port = undefined :: undefined | inet:ip_port(), - path = undefined :: undefined | '*' | cowboy_dispatcher:path_tokens(), - path_info = undefined :: undefined | cowboy_dispatcher:path_tokens(), + path = undefined :: undefined | '*' | cowboy_dispatcher:tokens(), + path_info = undefined :: undefined | cowboy_dispatcher:tokens(), raw_path = undefined :: undefined | binary(), qs_vals = undefined :: undefined | list({binary(), binary() | true}), raw_qs = undefined :: undefined | binary(), -- cgit v1.2.3