aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-15 15:17:33 +0200
committerLoïc Hoguin <[email protected]>2013-05-15 15:17:33 +0200
commite0b5526f1e6c0794fc76c77f0fc6a4a95696d23f (patch)
tree106b64537ead0d1482df7ae42fe2ce8273ec5ea0 /guide
parent7577ce4920cde232cb017e122c45d91d326a72e9 (diff)
downloadcowboy-e0b5526f1e6c0794fc76c77f0fc6a4a95696d23f.tar.gz
cowboy-e0b5526f1e6c0794fc76c77f0fc6a4a95696d23f.tar.bz2
cowboy-e0b5526f1e6c0794fc76c77f0fc6a4a95696d23f.zip
Remove cowboy_req:fragment/1
Clients do not send it. We skip the value if we receive it now, as it shouldn't happen, and won't for all the mainstream clients.
Diffstat (limited to 'guide')
-rw-r--r--guide/req.md3
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