From 338611332e05e2a35a70f11edd36b050843bcee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 20 Nov 2020 11:08:59 +0100 Subject: Gun 2.0.0-rc.1 --- articles/page/2/index.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'articles/page/2/index.html') diff --git a/articles/page/2/index.html b/articles/page/2/index.html index 53c9600c..6b38810c 100644 --- a/articles/page/2/index.html +++ b/articles/page/2/index.html @@ -65,6 +65,23 @@

Articles

+
+
+

Asciideck: Asciidoc for Erlang

+

+ 2018 + 13 Jun +

+
+ +

Asciideck is a new project I have been working on in my spare time that implements an Asciidoc parser and translation of Asciidoc documents into various output formats. +The Asciideck parser returns an AST for the document. That AST can be further manipulated should it be necessary: for example you may need to rewrite some relative links if you are not keeping the same file directory structure as the original Asciidoc documents.

+ +

+ Read More +

+
+

Gun 1.0 release candidate 1

@@ -412,23 +429,6 @@ When looking into why the permessage-deflate tests in autobahntestsuite were tak

-
-
-

Cowboy 2.0 and query strings

-

- 2014 - 20 Aug -

-
- -

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't need to call functions to do everything anymore.

- -

- Read More -

-
-