summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-12-23 10:32:12 +0100
committerLoïc Hoguin <[email protected]>2019-12-23 10:32:12 +0100
commit4723c9053094c688d4edf80f5b1d9f51e1739a29 (patch)
treea7a576ec40fc6de25aea50bf03383003974ab8b2 /articles/page/2/index.html
parent53a79df435a8e7c0e1c607ce93dc42d0e5eebdd3 (diff)
downloadninenines.eu-4723c9053094c688d4edf80f5b1d9f51e1739a29.tar.gz
ninenines.eu-4723c9053094c688d4edf80f5b1d9f51e1739a29.tar.bz2
ninenines.eu-4723c9053094c688d4edf80f5b1d9f51e1739a29.zip
Merry Christmas 2019 + FOSDEM 2020 talk
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html37
1 files changed, 18 insertions, 19 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index fd1ef138..cc841b06 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -67,6 +67,24 @@
<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="year">2017</span>
+ <span class="day-month">09 Nov</span>
+ </p>
+ </header>
+
+ <p>Cowboy 2.1.0 has been released!
+This release focused on adding features that were temporarily removed during the 2.0 release process:
+The client TLS certificate can now be obtained. The 100 Continue response is now sent automatically again when necessary. NEW: It is now possible to send informational responses (1XX) directly from user code via the cowboy_req:inform/2,3 functions. NEW: cowboy_rest handlers can now switch to any other type of handler from almost any callback.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy-2.1.0/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/cowboy-2.0.0/">Cowboy 2.0</a></h2>
<p class="date">
<span class="year">2017</span>
@@ -408,25 +426,6 @@ xerl -&gt; tokens -&gt; AST -&gt; intermediate -&gt; cerl Today we will perform
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/xerl-0.4-expression-separator/">Xerl: expression separator</a></h2>
- <p class="date">
- <span class="year">2013</span>
- <span class="day-month">01 Mar</span>
- </p>
- </header>
-
- <p>As promised we are adding an expression separator this time. This will be short and easy.
-In the tokenizer we only need to add a line recognizing the comma as a valid token.
-, : {token, {',', TokenLine}}. Then we need to change the following lines in the parser:
-exprs -&gt; expr : ['$1']. exprs -&gt; expr exprs : ['$1' | '$2']. And add a comma between the expressions on the second line:</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/xerl-0.4-expression-separator/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">