From 49ad2e81e38a86225aca8fa9561dc7c79b4c412b Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Sat, 14 Sep 2024 13:37:41 -0500 Subject: [PATCH] add brotli support --- en/guide/migrating-5.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/en/guide/migrating-5.md b/en/guide/migrating-5.md index 537c2fffb..0318be4d2 100755 --- a/en/guide/migrating-5.md +++ b/en/guide/migrating-5.md @@ -57,6 +57,7 @@ You can then run your automated tests to see what fails, and fix problems accord

Removed methods and properties

@@ -181,3 +182,7 @@ The `res.vary` throws an error when the `field` argument is missing. In Express

res.render()

This method now enforces asynchronous behavior for all view engines, avoiding bugs caused by view engines that had a synchronous implementation and that violated the recommended interface. + +

Brotli encoding support

+ +Express 5 supports Brotli encoding for requests.. \ No newline at end of file