summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.6/guide/rest_handlers/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/en/cowboy/2.6/guide/rest_handlers/index.html')
-rw-r--r--docs/en/cowboy/2.6/guide/rest_handlers/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.6/guide/rest_handlers/index.html b/docs/en/cowboy/2.6/guide/rest_handlers/index.html
index a1719967..8a4529cf 100644
--- a/docs/en/cowboy/2.6/guide/rest_handlers/index.html
+++ b/docs/en/cowboy/2.6/guide/rest_handlers/index.html
@@ -66,7 +66,7 @@
<p>The REST handler is the recommended way to handle HTTP requests.</p>
<h2 id="_initialization">Initialization</h2>
<p>First, the <code>init/2</code> callback is called. This callback is common to all handlers. To use REST for the current request, this function must return a <code>cowboy_rest</code> tuple.</p>
-<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8
+<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.9
by Lorenzo Bettini
http://www.lorenzobettini.it
http://www.gnu.org/software/src-highlite -->
@@ -277,6 +277,8 @@ http://www.gnu.org/software/src-highlite -->
+ <li><a href="/docs/en/cowboy/2.7/guide">2.7</a></li>
+
<li><a href="/docs/en/cowboy/2.6/guide">2.6</a></li>
<li><a href="/docs/en/cowboy/2.5/guide">2.5</a></li>