diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/http.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/http.hrl b/include/http.hrl index 79bfc7b..52eeb12 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -50,6 +50,7 @@ peer = undefined :: undefined | {Address::ip_address(), Port::ip_port()}, host = undefined :: undefined | cowboy_dispatcher:path_tokens(), raw_host = undefined :: undefined | string(), + port = undefined :: undefined | ip_port(), path = undefined :: undefined | '*' | cowboy_dispatcher:path_tokens(), raw_path = undefined :: undefined | string(), qs_vals = undefined :: undefined | list({Name::string(), Value::string() | true}), |