-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HTTP routes to serve files with correct content type and etag headers (…
…#544) * Remove symlink directory * Add handlers for blob http routes * Fix typo in test utils * Add routes for blob reponses * Remove redundant return statements * Add entry to CHANGELOG.md * Update test since we store files now directly in blobs folder * Remove unused dependencies and features * Clean up a little bit, add comments * Make add_blob test helper accept bytes * Correct etag format and precondition check * WIP ETag test * Add more tests to check against content type and etag * Use tokio for fs io
- Loading branch information
1 parent
6c5d477
commit a404d0c
Showing
23 changed files
with
662 additions
and
296 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
Oops, something went wrong.