Skip to content

Passthrough gzip param to http crate #120

Open
@NiwakaDev

Description

@NiwakaDev

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions