- Notifications
You must be signed in to change notification settings - Fork 85
Open
Labels
Description
According to Use gzip compression, influxdb
supports gzip
compression. I think that influxdb-rust
should support this.
//... let enable_gzip = true; let client = Client::new("http://localhost:8086", "test", enable_gzip); //...
I guess that we can use flate2-rs to implement this feature.
If you agree with this feature, I'd like to implement this.