summaryrefslogtreecommitdiffstats
path: root/articles/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-12-13 17:28:18 +0100
committerLoïc Hoguin <[email protected]>2017-12-13 17:28:18 +0100
commit10e70ed2d18e174b57778cc354978dbe742a5320 (patch)
treef93694db0ab5c664b4511ffaaf9507b8139bf83b /articles/index.html
parent73f7713f7138b8e3a80122e6b7d446e8ef3bbb39 (diff)
downloadninenines.eu-10e70ed2d18e174b57778cc354978dbe742a5320.tar.gz
ninenines.eu-10e70ed2d18e174b57778cc354978dbe742a5320.tar.bz2
ninenines.eu-10e70ed2d18e174b57778cc354978dbe742a5320.zip
Cowboy 2.2.0
Diffstat (limited to 'articles/index.html')
-rw-r--r--articles/index.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/articles/index.html b/articles/index.html
index eb1e2c27..fb619d3d 100644
--- a/articles/index.html
+++ b/articles/index.html
@@ -72,6 +72,24 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy-2.2.0/">Cowboy 2.2</a></h2>
+ <p class="date">
+ <span class="day">13</span>
+ <span class="month">Dec</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.2.0 has been released!
+ This release focused on adding features required for writing gRPC servers and on completing test suites for the core HTTP RFCs.
+ The cowboy_req:stream_trailers/2 function has been added. It terminates the streamed response by adding some trailer field values. This feature is required for gRPC. The max_skip_body_length option was added. It controls how much of the request body we are willing to skip to get to the next request for HTTP/1.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.2.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.1.0/">Cowboy 2.1</a></h2>
<p class="date">
<span class="day">09</span>
@@ -411,24 +429,6 @@
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/xerl-0.5-intermediate-module/">Xerl: intermediate module</a></h2>
- <p class="date">
- <span class="day">25</span>
- <span class="month">Mar</span>
- </p>
- </header>
-
- <p>Today we will start the work on the intermediate module that will be used to run the code for the expressions found in our file&#8217;s body, replacing our interpreter.
- This is what we want to have when all the work is done:
- xerl -&gt; tokens -&gt; AST -&gt; intermediate -&gt; cerl Today we will perform this work only on the atomic integer expression however, so we will not build any module at the end.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/xerl-0.5-intermediate-module/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">