diff options
Diffstat (limited to 'guide/req.md')
-rw-r--r-- | guide/req.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guide/req.md b/guide/req.md index aa3bf4b..a92ed82 100644 --- a/guide/req.md +++ b/guide/req.md @@ -41,8 +41,7 @@ The following access functions are defined in `cowboy_req`: * `qs/1`: the entire query string unmodified * `qs_val/{2,3}`: the value for the requested query string key * `qs_vals/1`: all key/values found in the query string - * `fragment/1`: the fragment part of the URL (e.g. `#nav-links`) - * `host_url/1`: the requested URL without the path, qs and fragment + * `host_url/1`: the requested URL without the path and query string * `url/1`: the requested URL * `binding/{2,3}`: the value for the requested binding found during routing * `bindings/1`: all key/values found during routing |