Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite FilesystemHandler, improve file access and directory listing, support caching headers #8

Merged
merged 8 commits into from
Feb 10, 2021

Conversation

clue
Copy link
Owner

@clue clue commented Feb 10, 2021

This changeset includes a major rewrite of the FilesystemHandler with improved file access and directory listing and caching support.

Filesystem access is pretty fundamental in many applications (think CSS/JavaScript assets), so this should now be ready for production use.

We will likely switch to using non-blocking filesystem APIs with support for external data providers (think S3) in the future, but this should be good enough for now.

Builds on top of #3, #6 and #7, one step closer to #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants