stevelr
|
4fe07d81cf
|
add ClientBuilder.default_headers() for wasm32 target (#1084)
|
2020-11-16 13:09:47 -08: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 |
|
Oliver Schneider
|
f0b774960d
|
Allow unsized types in query, form and json
|
2018-02-01 14:44:39 +01:00 |
|