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

Tweak Body trait impls to forward and support non-copy bodies #42

Closed KodrAus closed 4 years ago

KodrAus commented 4 years ago

Hi! 👋

I'm spending some time poking around and thought I'd submit a few PRs for bits and pieces.

This one is a bit more of a sketch. It tweaks the Body trait a bit so that you can pass any &'a impl Body, and gives Bytes a way to set the request body without having to do any copying.