Sean McArthur
|
d514d4e6e8
|
redirect and error reform
- `Error` has been made an opaque struct.
- `RedirectPolicy` now makes use of `RedirectAttempt` and `RedirectAction`.
|
2017-05-08 11:38:48 -07:00 |
|
Sean McArthur
|
b5475f6903
|
tidy up some clippy warnings
|
2017-05-05 14:13:54 -07:00 |
|
Sean McArthur
|
e92b3e862a
|
add support for defining RedirectPolicy for a Client
|
2016-12-10 11:36:22 -08:00 |
|
Sean McArthur
|
20b161096e
|
update Error to implement Send
BREAKING CHANGE: This does change the type of `Error::Serialize`, but
should only possibly affect those constructing `Error`, not consuming it.
|
2016-11-21 14:43:28 -08:00 |
|
Garrett Squire
|
2d10ecc99e
|
add the ability to deserialize JSON from a response body directly
|
2016-11-20 13:11:11 -08:00 |
|
Sean McArthur
|
06f94f4744
|
add form() method
|
2016-11-08 13:33:08 -08:00 |
|
Sean McArthur
|
5479d9e8b8
|
handle redirects
|
2016-10-25 12:26:01 -07:00 |
|
Sean McArthur
|
1259128d92
|
add native-tls and serde json support
|
2016-10-22 21:48:29 -07:00 |
|
Sean McArthur
|
d78eff6918
|
improvements
|
2016-10-16 09:40:28 -07:00 |
|