diff options
author | Loïc Hoguin <[email protected]> | 2017-01-02 19:56:53 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-01-02 19:56:53 +0100 |
commit | fdc955ab18ba2fe285c75b75a8b92cf9f9436adc (patch) | |
tree | e038f2df840c2583e374cee21e240c3082f25186 /docs/en/cowboy/2.0/guide/rest_handlers | |
parent | 1780abb415b1a9c27c3a1f53267e9689da6b0005 (diff) | |
download | ninenines.eu-fdc955ab18ba2fe285c75b75a8b92cf9f9436adc.tar.gz ninenines.eu-fdc955ab18ba2fe285c75b75a8b92cf9f9436adc.tar.bz2 ninenines.eu-fdc955ab18ba2fe285c75b75a8b92cf9f9436adc.zip |
Update docs
Diffstat (limited to 'docs/en/cowboy/2.0/guide/rest_handlers')
-rw-r--r-- | docs/en/cowboy/2.0/guide/rest_handlers/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/en/cowboy/2.0/guide/rest_handlers/index.html b/docs/en/cowboy/2.0/guide/rest_handlers/index.html index a0691398..5e7f84aa 100644 --- a/docs/en/cowboy/2.0/guide/rest_handlers/index.html +++ b/docs/en/cowboy/2.0/guide/rest_handlers/index.html @@ -258,9 +258,9 @@ and in the second case that we send one as HTML.</p></div> <div class="sect1">
<h2 id="_meta_data">Meta data</h2>
<div class="sectionbody">
-<div class="paragraph"><p>Cowboy will set informative meta values at various points of the
-execution. You can retrieve them using <code>cowboy_req:meta/{2,3}</code>.
-The values are defined in the following table.</p></div>
+<div class="paragraph"><p>Cowboy will set informative values to the Req object at various
+points of the execution. You can retrieve them by matching the
+Req object directly. The values are defined in the following table:</p></div>
<div class="tableblock">
<table rules="all"
width="100%"
@@ -270,7 +270,7 @@ cellspacing="0" cellpadding="4"> <col width="50%" />
<thead>
<tr>
-<th align="left" valign="top"> Meta key </th>
+<th align="left" valign="top"> Key </th>
<th align="left" valign="top"> Details</th>
</tr>
</thead>
|