-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add "etag" response header config option (#94)
* Add "etag" response header Utilize the `etag` module on npm to send an "etag" response header. * Revert "Add "etag" response header" This reverts commit 3c20819. * Update README with `etag` option * Implement sha1 etags * Remove extra newline * Strong ETag and always send Last-Modified * Cast mtime to number * Make Last-Modified be either/or again * Document that it's a strong etag
- Loading branch information
1 parent
3634a94
commit e7c4e42
Showing
3 changed files
with
74 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters