stevelr
4fe07d81cf
add ClientBuilder.default_headers() for wasm32 target ( #1084 )
2020-11-16 13:09:47 -08:00
Sean McArthur
7631c0390e
Rename 'unstable-stream' feature to 'stream' ( #733 )
2019-12-10 16:55:53 -08:00
Gleb Pomykalov
0f32c4a01a
Update to hyper 0.13
2019-12-10 16:24:05 -08:00
Sean McArthur
8583dd2b4c
Replace uuid dependency with tiny internal RNG ( #679 )
2019-10-15 14:54:26 -07:00
Sean McArthur
ebe57e10a3
Put Stream APIs behind unstable-stream feature
2019-09-27 17:00:15 -07:00
Sean McArthur
f4100e4148
Rewrite tests with a hyper server instead of raw TCP
...
This makes the tests much less brittle, by not depending on the exact
order of the HTTP headers, nor always requiring to check for every
single header.
2019-09-23 14:06:01 -07:00
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
Sean McArthur
15857a11a4
fix streaming body from wrongly returning 'closed connection' error
2018-09-19 16:38:33 -07:00
Sean McArthur
2698148743
fix improper handling of request body backpressure
...
Closes #348
2018-09-19 14:20:12 -07:00
kennytm
a52520941f
multipart: Force a CRLF at the end of request
2018-07-27 11:40:38 -07:00
Yash Srivastav
c417d6dab8
Upgrade hyper to 0.12
...
Closes #304
2018-07-05 10:03:31 -07:00
Sean McArthur
af49be0ce6
update to log 0.4
2018-01-19 17:55:15 -08:00
Sean McArthur
e60fd533f6
Merge pull request #218 from knight42/default-headers
...
Setting default headers
2017-10-26 14:22:29 -07:00
Sean McArthur
5993aa84cc
add logs for flaky multipart test
2017-10-26 14:05:33 -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
Sean McArthur
fff08ff95c
integration test for multipart
2017-08-21 14:19:13 -07:00