elastic / elasticsearch-rs

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

Add support for HTTP headers on builders #34

Closed russcam closed 4 years ago

russcam commented 4 years ago

This PR adds the ability to set custom HTTP headers on a builder struct to be included in the API request.

Add X_OPAQUE_ID static &str value for the X-Opaque-Id HTTP header value

Closes #16