summaryrefslogtreecommitdiffstats
path: root/articles/cowboy-2.1.0/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-13 09:54:12 +0200
committerLoïc Hoguin <[email protected]>2018-06-13 09:54:12 +0200
commit92b54aacc0de5446dd5497c39897b0bbff72e626 (patch)
treec3a98cfec636d1271f5804e5c19b35b208bba00d /articles/cowboy-2.1.0/index.html
parent8b5c3dc972b99f174750123c9e4abc96259c34a9 (diff)
downloadninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.tar.gz
ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.tar.bz2
ninenines.eu-92b54aacc0de5446dd5497c39897b0bbff72e626.zip
Rebuild using Asciideck
Diffstat (limited to 'articles/cowboy-2.1.0/index.html')
-rw-r--r--articles/cowboy-2.1.0/index.html50
1 files changed, 12 insertions, 38 deletions
diff --git a/articles/cowboy-2.1.0/index.html b/articles/cowboy-2.1.0/index.html
index 69036c0e..7246b0c3 100644
--- a/articles/cowboy-2.1.0/index.html
+++ b/articles/cowboy-2.1.0/index.html
@@ -69,48 +69,22 @@
</p>
</header>
-<div class="paragraph"><p>Cowboy <code>2.1.0</code> has been released!</p></div>
-<div class="paragraph"><p>This release focused on adding features that were temporarily
-removed during the 2.0 release process:</p></div>
-<div class="ulist"><ul>
-<li>
-<p>
-The client TLS certificate can now be obtained.
-</p>
+<p>Cowboy <code>2.1.0</code> has been released!</p>
+<p>This release focused on adding features that were temporarily removed during the 2.0 release process:</p>
+<ul><li>The client TLS certificate can now be obtained.
</li>
-<li>
-<p>
-The 100 Continue response is now sent automatically
- again when necessary.
-</p>
+<li>The 100 Continue response is now sent automatically again when necessary.
</li>
-<li>
-<p>
-NEW: It is now possible to send informational
- responses (1XX) directly from user code via the
- <code>cowboy_req:inform/2,3</code> functions.
-</p>
+<li>NEW: It is now possible to send informational responses (1XX) directly from user code via the <code>cowboy_req:inform/2,3</code> functions.
</li>
-<li>
-<p>
-NEW: <code>cowboy_rest</code> handlers can now switch to any
- other type of handler from almost any callback. This
- is especially useful to switch to <code>cowboy_loop</code> to
- stream the request or response body.
-</p>
+<li>NEW: <code>cowboy_rest</code> handlers can now switch to any other type of handler from almost any callback. This is especially useful to switch to <code>cowboy_loop</code> to stream the request or response body.
</li>
-</ul></div>
-<div class="paragraph"><p>A number of bugs have also been fixed. A more complete
-list of changes can be found in the migration guide:
-<a href="https://ninenines.eu/docs/en/cowboy/2.1/guide/migrating_from_2.0/">Migrating from Cowboy 2.0 to 2.1</a>.</p></div>
-<div class="paragraph"><p>The next release will see the added support for trailers,
-which are necessary for implementing the gRPC protocol.</p></div>
-<div class="paragraph"><p>You can donate to this project via
-<a href="https://salt.bountysource.com/teams/ninenines">BountySource</a>
-because I need to eat snacks when I write code.
-Thanks in advance!</p></div>
-<div class="paragraph"><p>As usual, any feedback is appreciated, and any issues
-should be reported by opening a ticket. Thanks!</p></div>
+</ul>
+<p>A number of bugs have also been fixed. A more complete list of changes can be found in the migration guide: <a href="https://ninenines.eu/docs/en/cowboy/2.1/guide/migrating_from_2.0/">Migrating from Cowboy 2.0 to 2.1</a>.</p>
+<p>The next release will see the added support for trailers, which are necessary for implementing the gRPC protocol.</p>
+<p>You can donate to this project via <a href="https://salt.bountysource.com/teams/ninenines">BountySource</a> because I need to eat snacks when I write code. Thanks in advance!</p>
+<p>As usual, any feedback is appreciated, and any issues should be reported by opening a ticket. Thanks!</p>
+
</article>
</div>