Sean McArthur
|
7e3c1bc461
|
Make the blocking API an optional feature (default off)
|
2019-09-18 12:39:02 -07:00 |
|
Sean McArthur
|
87a09322d6
|
Make the async Client default (#626)
The previously default Client is moved to `reqwest::blocking`, while the
async client becomes the main API.
Closes #622
|
2019-09-09 17:20:51 -07:00 |
|
danieleades
|
cf8944a0f0
|
cargo fmt (#604)
Run rustfmt and setup CI to check for it.
|
2019-08-29 09:52:39 -07:00 |
|
Daniel Eades
|
3ba4b6eadf
|
port all optional features to 2018-edition
|
2019-08-16 12:59:55 -07:00 |
|
Jerome Gravel-Niquet
|
77434a29aa
|
Fix overwriting of appended request headers (#493)
* don't overwrite appended user headers
* Fixes tests, all header ordering related
* does not need to clone default headers, added a test
|
2019-04-15 12:33:03 -07:00 |
|
Yash Srivastav
|
c417d6dab8
|
Upgrade hyper to 0.12
Closes #304
|
2018-07-05 10:03:31 -07:00 |
|
knight42
|
2bd558d8c7
|
test: add tests for setting default headers
|
2017-10-22 13:06:05 +08:00 |
|
Sean McArthur
|
779f8080ef
|
change Builders to only error at the end
Closes #189
|
2017-08-31 18:10:45 -07:00 |
|
Ashley Mannix
|
e2fa97254e
|
support async gzip decoding
|
2017-08-18 19:43:06 +10:00 |
|
Sean McArthur
|
665b4fe718
|
upgrade hyper to v0.11
|
2017-06-21 09:47:21 -07:00 |
|