Skip to content

Commit 49ad2e8

Browse files
committed
add brotli support
1 parent 7cdb0e5 commit 49ad2e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

en/guide/migrating-5.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ You can then run your automated tests to see what fails, and fix problems accord
5757

5858
<ul class="doclist">
5959
<li><a href="#res.render">res.render()</a></li>
60+
<li><a href="#brotli-support">Brotli encoding support</a></li>
6061
</ul>
6162

6263
<h3>Removed methods and properties</h3>
@@ -181,3 +182,7 @@ The `res.vary` throws an error when the `field` argument is missing. In Express
181182
<h4 id="res.render">res.render()</h4>
182183

183184
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.
185+
186+
<h4 id="brotli-support">Brotli encoding support</h4>
187+
188+
Express 5 supports Brotli encoding for requests..

0 commit comments

Comments
 (0)