summaryrefslogtreecommitdiff
path: root/cli/http_cache.rs
AgeCommit message (Collapse)Author
2020-05-07fix(deno_dir): better error message (#5120)Yoshiya Hinosawa
Add better error messages when a cache subdirectory in `DENO_DIR` cannot be created.
2020-02-28http_cache: change .headers.json to .metadata.json (#4175)Ryan Dahl
Add original URL to metadata. This is so the VS Code Plugin can reverse look up the URL for cache entries. Ref #4069.
2020-02-19refactor: rewrite HTTP cache for file fetcher (#4030)Bartek IwaƄczuk