Commit Graph

307 Commits

Author SHA1 Message Date
knight42
c3d2a062fc Add test for Response::copy_to 2017-10-18 09:22:09 +08:00
knight42
c0896f1986 Add Response::copy_to 2017-10-18 09:21:36 +08:00
Sean McArthur
648c681072 Merge pull request #209 from osa1/dns_threads_config
Implement option to set num of DNS threads in async ClientBuilder
2017-10-09 12:56:44 -07:00
Ömer Sinan Ağacan
d9d92b7479 Implement option to set num of DNS threads in async ClientBuilder 2017-10-09 21:16:04 +03:00
Sean McArthur
01e0a144e9 Merge pull request #208 from marmistrz/doc-cookie
Document cookie status
2017-10-05 13:29:07 -07:00
Marcin Mielniczuk
3a501ff774 Document cookie status 2017-10-05 21:57:28 +02:00
Sean McArthur
6ab3923f1e v0.8.0 2017-10-02 12:27:41 -07:00
Sean McArthur
a646bb56de Merge pull request #203 from kamalmarhubi/master
async: Add conversions from static slices to Body
2017-09-21 10:56:58 -07:00
Kamal Marhubi
87f03e167c async: Add conversions from static slices to Body
These useful conversions were missed in #159.

refs #158
2017-09-21 01:18:05 -04:00
Sean McArthur
a7c4a42caa Merge pull request #204 from chrisvittal/into_body
Add into_body to async_impl::response::Response
2017-09-20 10:51:50 -07:00
Christopher Vittal
8aaff6c326 Add into_body to async_impl::response::Response
Closes #200
2017-09-20 03:21:24 -04:00
Sean McArthur
30f6b8797d Merge pull request #202 from hoodie/master
fix doc link to RequestBuilder
2017-09-13 15:04:49 -07:00
Hendrik Sollich
3289881691 fix doc link to RequestBuilder 2017-09-13 23:50:43 +02:00
Sean McArthur
390fc34148 wip 2017-09-04 13:11:20 -07:00
Sean McArthur
25a3307996 Merge pull request #196 from seanmonstar/un-error-the-builders
change Builders to only error at the end
2017-09-04 13:01:58 -07:00
Sean McArthur
779f8080ef change Builders to only error at the end
Closes #189
2017-08-31 18:10:45 -07:00
Sean McArthur
a02b388b2b Merge pull request #195 from seanmonstar/default-timeout
change default Client timeout to 30 seconds
2017-08-30 16:24:41 -07:00
Sean McArthur
cf133f7919 change default Client timeout to 30 seconds
Closes #181
2017-08-30 14:18:21 -07:00
Sean McArthur
d711387222 Merge pull request #192 from seanmonstar/client-cert
Add client certificate support
2017-08-30 14:17:38 -07:00
Anthony Nowell
646c8b8efc Support PKCS12 identity on the ClientBuilder 2017-08-25 15:38:45 -07:00
Sean McArthur
768a72fb92 add changelog file 2017-08-25 13:52:40 -07:00
Sean McArthur
dc44e742a0 fix deprecated UnboundedSender::send() to unbounded_send() 2017-08-24 15:23:14 -07:00
Sean McArthur
f11a0f5f5b Merge pull request #190 from seanmonstar/multipart
Multipart support
2017-08-22 13:02:14 -07:00
Sean McArthur
fff08ff95c integration test for multipart 2017-08-21 14:19:13 -07:00
Sean McArthur
dcf70f3f4e use Body inside multipart Parts 2017-08-21 14:18:52 -07:00
e00E
93c8321305 Add multipart/form-data support 2017-08-21 10:58:59 -07:00
Sean McArthur
fe8c7a2d01 Merge pull request #165 from KodrAus/feat/async-decoder
Support Async Gzip Decoding
2017-08-21 10:57:55 -07:00
Sean McArthur
ee4db166ce v0.7.3 2017-08-19 16:07:24 -07:00
Ashley Mannix
2cb70c872a make body return borrowed decoder 2017-08-19 18:02:20 +10:00
Sean McArthur
0460d5756c fix flaky redirect test when first read doesn't include full body 2017-08-18 13:59:34 -07:00
Ashley Mannix
e2fa97254e support async gzip decoding 2017-08-18 19:43:06 +10:00
Sean McArthur
aee559bdea Merge pull request #188 from Roguelazer/issue-183-take-2
join on client thread when all clients have been dropped, take two
2017-08-17 18:04:51 -07:00
Sean McArthur
f8fd5be16c fix unknown lint error 2017-08-17 12:52:44 -07:00
Sean McArthur
c166e04a55 fix lint warnings on newer nightly 2017-08-17 10:52:22 -07:00
Sean McArthur
8719b3d540 add some traces for proxy 2017-08-17 10:01:18 -07:00
James Brown
5071438c08 join on client thread when all clients have been dropped, take two 2017-08-17 09:35:30 -07:00
Sean McArthur
7bfa7adb49 deny warnings in examples 2017-08-02 17:45:49 -07:00
Sean McArthur
229a2384a6 add Proxy::custom to allow custom proxy functions 2017-08-02 15:03:37 -07:00
Sean McArthur
df4b6bd8db fix broken test now that hyper does not include content-length when body is empty 2017-07-28 14:17:19 -07:00
Sean McArthur
a163e73b82 v0.7.2 2017-07-25 12:50:42 -07:00
Sean McArthur
cf246d072b fix panic in removing Authorization header during redirect
Closes #171
2017-07-24 18:16:44 -07:00
Sean McArthur
2d11a4bd71 fix 307/308 redirects with GET requests 2017-07-24 16:11:54 -07:00
Sean McArthur
8296c5e28e fix broken doc test 2017-07-13 14:19:22 -07:00
Sean McArthur
7f9750d072 fix doc test on clientbuilder 2017-07-13 13:24:01 -07:00
Sean McArthur
dd147f1915 v0.7.1 2017-07-13 12:30:38 -07:00
Sean McArthur
d80ab1e104 add note that reqwest handles proxies 2017-07-13 12:30:02 -07:00
Sean McArthur
fb4dd2e0b3 improve docs around Body type 2017-07-13 12:17:38 -07:00
Sean McArthur
12ee6fbcde small improvements to docs 2017-07-13 12:17:38 -07:00
Sean McArthur
21e050dedf Merge pull request #163 from e00E/printfix
Remove leftover debug prints
2017-07-13 08:57:36 -07:00
e00E
68c7e1dc5c Remove leftover debug prints 2017-07-13 12:59:59 +02:00