-
Notifications
You must be signed in to change notification settings - Fork 693
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
gzip support #11
Comments
I needed this for another Micro microservice as well so I made |
@joakimbeng Perfect! Also looks like a great addition to this list. |
@leo @joakimbeng as far as I understand responses are compressed live. This works but is not performant for static assets, because a frequently accessed asset would likely get recompressed everytime while it would probably be more efficient to memoize that compression per file. |
It would be interesting if it had support gzip compression
-z, --gzip
I consider useful for purposes of comparison with the size in production
The text was updated successfully, but these errors were encountered: