aboutsummaryrefslogtreecommitdiffstats
path: root/include/http.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/http.hrl')
-rw-r--r--include/http.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http.hrl b/include/http.hrl
index a3b2e9b..ad95c0f 100644
--- a/include/http.hrl
+++ b/include/http.hrl
@@ -21,7 +21,7 @@
%% Request.
method = 'GET' :: http_method(),
version = {1, 1} :: http_version(),
- peer = undefined :: undefined | {Address::ip_address(), Port::port_number()},
+ peer = undefined :: undefined | {Address::inet:ip_address(), Port::port_number()},
host = undefined :: undefined | path_tokens(),
raw_host = undefined :: undefined | string(),
path = undefined :: undefined | '*' | path_tokens(),