From b874b28561e0e3d626245dee91ac44ad4d8218f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 20 Mar 2011 00:01:29 +0100 Subject: Save the raw path string in the request. --- include/http.hrl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/http.hrl b/include/http.hrl index cff3e67..a36fa93 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -21,9 +21,9 @@ peer = undefined :: undefined | {Address::ip_address(), Port::port_number()}, host = undefined :: undefined | path_tokens(), raw_host = undefined :: undefined | string(), - path = undefined :: undefined | path_tokens(), %% todo - raw_path = undefined :: undefined | string(), %% todo - qs_vals = undefined :: undefined | bindings(), %% todo + path = undefined :: undefined | path_tokens(), + raw_path = undefined :: undefined | string(), + qs_vals = undefined :: undefined | bindings(), raw_qs = undefined :: undefined | string(), bindings = undefined :: undefined | bindings(), headers = [] :: http_headers() -- cgit v1.2.3