rust-cookbook icon indicating copy to clipboard operation
rust-cookbook copied to clipboard

reqwest::headers

Open AndyGauge opened this issue 4 years ago • 0 comments

We ignored and filtered the headers recipe, but now reqwest headers work.

https://github.com/rust-lang-nursery/rust-cookbook/blob/master/src/web/clients/requests/header.md

https://stackoverflow.com/a/47912021/5586783 https://docs.rs/reqwest/0.10.6/reqwest/header/index.html

AndyGauge avatar Jun 06 '20 23:06 AndyGauge