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

x.vweb: add gzip compression support for static files #20859

Open
2 tasks
davlgd opened this issue Feb 17, 2024 · 0 comments
Open
2 tasks

x.vweb: add gzip compression support for static files #20859

davlgd opened this issue Feb 17, 2024 · 0 comments
Labels
Feature Request This issue is made to request a feature.

Comments

@davlgd
Copy link
Contributor

davlgd commented Feb 17, 2024

Describe the feature

It could be great to be able to use gzip compression method to serve static files.

Use Case

It's now default for web server to serve compressed files, especially for static files. As it seems not to be possible through vweb, it's a downside for this great lib.

Proposed Solution

No response

Other Information

gzip compression is working as expected for dynamically served content, but not for static assets

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Version used

V 0.4.4 298a2a2

Environment details (OS name and version, etc.)

macOS (ARM64) 14.3.1

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@davlgd davlgd added the Feature Request This issue is made to request a feature. label Feb 17, 2024
@davlgd davlgd changed the title vweb: add compression support for static files vweb: add gzip compression support for static files Feb 18, 2024
@davlgd davlgd changed the title vweb: add gzip compression support for static files x.vweb: add gzip compression support for static files Feb 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request This issue is made to request a feature.
Projects
None yet
Development

No branches or pull requests

1 participant