Skip to content

Commit

Permalink
Add note about INDEX_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
kotx authored Aug 4, 2022
1 parent 30ae73b commit bbfbe08
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 @@ -11,6 +11,7 @@ Note: This worker might not conform to standards very well, but it should work i
- Caches served files using the [Cache API](https://developers.cloudflare.com/workers/runtime-apis/cache/)
- Ranged requests (`range`, `if-range`, returns `content-range`)
- Handles precondition headers (`if-modified-since`, `if-unmodified-since`, `if-match`, `if-none-match`)
- Can serve an appended path if the requested url ends with / - Defaults to `index.html` in 0.5.0

## Setup

Expand Down

0 comments on commit bbfbe08

Please sign in to comment.