Skip to content

Commit

Permalink
Updated README with defaultContentType option. Bumped package version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Sep 20, 2012
1 parent 4575036 commit 89429b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -91,6 +91,7 @@ Options
- `notFoundPath`: Path to be rendered on `buffetMiddleware.notFound`. (Default:
`/404.html`)
- `keepAlive`: Timeout (in milliseconds) for HTTP keep-alive. (Default: `5000`)
- `defaultContentType`: If the file does not have an extension, set this to specify the default `Content-Type` sent to the browser. This defaults to `application/octet-stream`.

Running your own benchmark
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)",
"name": "buffet",
"description": "Performance-oriented static file server",
"version": "0.4.5",
"version": "0.4.6",
"main": "./lib",
"scripts": {
"test": "make test"
Expand Down

0 comments on commit 89429b8

Please sign in to comment.