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 75b1532 commit 612715cCopy full SHA for 612715c
index.js
@@ -2,6 +2,7 @@
2
* compression
3
* Copyright(c) 2010 Sencha Inc.
4
* Copyright(c) 2011 TJ Holowaychuk
5
+ * Copyright(c) 2014 Jonathan Ong
6
* MIT Licensed
7
*/
8
@@ -44,8 +45,6 @@ exports.filter = function filter(req, res) {
44
45
/**
46
* Compress response data with gzip / deflate.
47
*
- * See README.md for documentation of options.
48
- *
49
* @param {Object} options
50
* @return {Function} middleware
51
* @api public
0 commit comments