diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/http.hrl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/http.hrl b/include/http.hrl index 06c21f0..5440d8f 100644 --- a/include/http.hrl +++ b/include/http.hrl @@ -28,9 +28,8 @@ host = undefined :: undefined | binary(), host_info = undefined :: undefined | cowboy_dispatcher:tokens(), port = undefined :: undefined | inet:port_number(), - path = undefined :: undefined | '*' | cowboy_dispatcher:tokens(), + path = undefined :: undefined | binary(), 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(), bindings = undefined :: undefined | cowboy_dispatcher:bindings(), |