alexpechkarev / google-maps

Collection of Google Maps API Web Services for Laravel
https://alexpechkarev.github.io/google-maps/
MIT License
523 stars 115 forks source link

Add option for request compression #106

Closed lyimmi closed 2 years ago

lyimmi commented 2 years ago

This PR adds an option to use compression on the WebService requests. With this option we can save some traffic and round-trip time on the network side of things.

In the config it is disabled by default to be backward compatible with the previous behavior.

alexpechkarev commented 2 years ago

Thank you @Lyimmi