-
-
Notifications
You must be signed in to change notification settings - Fork 374
Open
Labels
Description
I wonder if Bref could automatically try to gzip the response if it's bigger than the 6MB limit. I gave it a try and at least this approach works for me (removed the Vapor header):
https://bannister.me/blog/gzip-compression-on-laravel-vapor/
Since it's already possible via (Laravel) middleware, it's not urgent but maybe a nice addition.