From 2368dc53d0c724f1899aeb2874ba1a763e11f0b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Jan 2024 15:40:26 +0100 Subject: Cowboy 2.11 --- articles/page/2/index.html | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'articles/page/2/index.html') diff --git a/articles/page/2/index.html b/articles/page/2/index.html index f53f6579..3904e1f8 100644 --- a/articles/page/2/index.html +++ b/articles/page/2/index.html @@ -63,6 +63,25 @@

Articles

+
+
+

Cowboy 2.5

+

+ 2018 + 03 Oct +

+
+ +

Cowboy 2.5.0 has been released! +Cowboy 2.5 focused on making the test suites pass. It is now possible to get all the Cowboy tests to pass successfully, at least on Linux and on the more recent Erlang/OTP versions. +HTTP/1.1 has been improved with a fix for the TCP reset problem and the ability to stream a response body without using chunked transfer-encoding. +Two functions have been added: cowboy_req:stream_events/3 encodes and streams one or more text/event-stream events, and cowboy_req:read_and_match_urlencoded_body/2,3 reads, parses and matches application/x-www-form-urlencoded request bodies.

+ +

+ Read More +

+
+

Gun 1.3

@@ -415,25 +434,6 @@ I am very happy with that new setup.

-
-
-

The Erlanger Playbook September 2015 Update

-

- 2015 - 02 Sep -

-
- -

An update to The Erlanger Playbook is now available! -The Erlanger Playbook is a book about software development using Erlang. It currently covers all areas from the conception, design, the writing of code, documentation and tests. -The book is still a work in progress. Future topics will include refactoring, debugging and tracing, benchmarking, releases, community management (for open source projects). -This update fixes a number of things and adds two chapters: IOlists and Erlang building blocks.

- -

- Read More -

-
-