summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/rest_handlers/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.0/guide/rest_handlers/index.html')
-rw-r--r--docs/en/cowboy/2.0/guide/rest_handlers/index.html8
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>