Skip to content

Commit

Permalink
Merge pull request #69 from RHavar/master
Browse files Browse the repository at this point in the history
Document hidden gzip option
  • Loading branch information
tejasmanohar committed Jan 16, 2016
2 parents 50eaa38 + cf0bd15 commit c88adb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ app.use(require('koa-static')(root, opts));
- `hidden` Allow transfer of hidden files. defaults to false
- `index` Default file name, defaults to 'index.html'
- `defer` If true, serves after `yield next`, allowing any downstream middleware to respond first.
- `gzip` Try to serve the gzipped version of a file automatically when gzip is supported by a client and if the requested file with .gz extension exists. defaults to true.

## Example

Expand Down

0 comments on commit c88adb3

Please sign in to comment.