We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103b304 commit 0bac653Copy full SHA for 0bac653
README.md
@@ -27,7 +27,9 @@ var compression = require('compression')
27
28
### compression([options])
29
30
-Returns the compression middleware using the given `options`.
+Returns the compression middleware using the given `options`. The middleware
31
+will attempt to compress response bodies for all request that traverse through
32
+the middleware, based on the given `options`.
33
34
#### Options
35
0 commit comments