summaryrefslogtreecommitdiffstats
path: root/articles/page/2/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-06-13 11:31:32 +0200
committerLoïc Hoguin <[email protected]>2018-06-13 11:31:32 +0200
commit89d4d7f0b3a453b648bced460de04ca4675ebafc (patch)
treecaa706470dd108ac9b5c63fb835120d4a120e4d7 /articles/page/2/index.html
parent92b54aacc0de5446dd5497c39897b0bbff72e626 (diff)
downloadninenines.eu-89d4d7f0b3a453b648bced460de04ca4675ebafc.tar.gz
ninenines.eu-89d4d7f0b3a453b648bced460de04ca4675ebafc.tar.bz2
ninenines.eu-89d4d7f0b3a453b648bced460de04ca4675ebafc.zip
Add article about Asciideck
Diffstat (limited to 'articles/page/2/index.html')
-rw-r--r--articles/page/2/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index c8629fe5..9dd26471 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -67,6 +67,23 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/cowboy2-qs/">Cowboy 2.0 and query strings</a></h2>
+ <p class="date">
+ <span class="day">20</span>
+ <span class="month">Aug</span>
+ </p>
+ </header>
+
+ <p>Now that Cowboy 1.0 is out, I can spend some of my time thinking about Cowboy 2.0 that will be released soon after Erlang/OTP 18.0. This entry discusses the proposed changes to query string handling in Cowboy.
+Cowboy 2.0 will respond to user wishes by simplifying the interface of the cowboy_req module. Users want two things: less juggling with the Req variable, and more maps. Maps is the only dynamic key/value data structure in Erlang that we can match directly to extract values, allowing users to greatly simplify their code as they don&apos;t need to call functions to do everything anymore.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/cowboy2-qs/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/january-2014-status/">January 2014 status</a></h2>
<p class="date">
<span class="day">07</span>