From 5ff790b8d2b04152d0bf851cbf759f3c33cf53e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 25 Mar 2020 14:09:51 +0100 Subject: Gun 2.0.0-pre.2 and Cowlib 2.9.0 --- articles/page/2/index.html | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'articles/page/2/index.html') diff --git a/articles/page/2/index.html b/articles/page/2/index.html index cc841b06..83d0b456 100644 --- a/articles/page/2/index.html +++ b/articles/page/2/index.html @@ -65,6 +65,24 @@

Articles

+
+
+

Cowboy 2.2

+

+ 2017 + 13 Dec +

+
+ +

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.

+ +

+ Read More +

+
+

Cowboy 2.1

@@ -408,24 +426,6 @@ There is two steps to building a release. First you need to build the various OT

-
-
-

Xerl: intermediate module

-

- 2013 - 25 Mar -

-
- -

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's body, replacing our interpreter. -This is what we want to have when all the work is done: -xerl -> tokens -> AST -> intermediate -> cerl Today we will perform this work only on the atomic integer expression however, so we will not build any module at the end.

- -

- Read More -

-
-