elastic / elasticsearch-rs

Official Elasticsearch Rust Client
https://www.elastic.co/guide/en/elasticsearch/client/rust-api/current/index.html
Apache License 2.0
702 stars 72 forks source link

Provide native-tls and rustls-tls features #68

Closed russcam closed 4 years ago

russcam commented 4 years ago

This PR provides the following features

Other features of reqwest such as cookies and socks are not exposed in the client because they are not used by the client. It doesn't feel correct to expose features of dependencies that are not relevant.

Closes #44

russcam commented 4 years ago

Merging this in, in preparation of release