summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-10-03 09:58:55 +0200
committerLoïc Hoguin <[email protected]>2018-10-03 09:58:55 +0200
commit441272421acfae86d3605e1533e0f5f3b9c2b1c3 (patch)
treec1ba9695781db03f580f0891c55fbdc0e4dd0b99 /articles/index.html
parent107ae204f12f38b78de8c2b1240fbc9709b50c83 (diff)
downloadninenines.eu-441272421acfae86d3605e1533e0f5f3b9c2b1c3.tar.gz
ninenines.eu-441272421acfae86d3605e1533e0f5f3b9c2b1c3.tar.bz2
ninenines.eu-441272421acfae86d3605e1533e0f5f3b9c2b1c3.zip
Cowboy 2.5.0
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html38
1 files changed, 19 insertions, 19 deletions
diff --git a/articles/index.html b/articles/index.html
index bc47f613..4027a9ef 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -67,6 +67,25 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.5.0/">Cowboy 2.5</a></h2>
+ <p class="date">
+ <span class="year">2018</span>
+ <span class="day-month">03 Oct</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.5.0 has been released!
+Cowboy 2.5 focused on making the test suites pass. It is now possible to get all the Cowboy tests to pass successfully, at least on Linux and on the more recent Erlang/OTP versions.
+HTTP/1.1 has been improved with a fix for the TCP reset problem and the ability to stream a response body without using chunked transfer-encoding.
+Two functions have been added: cowboy_req:stream_events/3 encodes and streams one or more text/event-stream events, and cowboy_req:read_and_match_urlencoded_body/2,3 reads, parses and matches application/x-www-form-urlencoded request bodies.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.5.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/gun-1.3.0/">Gun 1.3</a></h2>
<p class="date">
<span class="year">2018</span>
@@ -417,25 +436,6 @@ I am very happy with that new setup.</p>
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/erlanger-playbook-september-2015-update/">The Erlanger Playbook September 2015 Update</a></h2>
- <p class="date">
- <span class="year">2015</span>
- <span class="day-month">02 Sep</span>
- </p>
- </header>
-
- <p>An update to The Erlanger Playbook is now available!
-The Erlanger Playbook is a book about software development using Erlang. It currently covers all areas from the conception, design, the writing of code, documentation and tests.
-The book is still a work in progress. Future topics will include refactoring, debugging and tracing, benchmarking, releases, community management (for open source projects).
-This update fixes a number of things and adds two chapters: IOlists and Erlang building blocks.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/erlanger-playbook-september-2015-update/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">