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
|
3cc4d654a3
|
fix panic from Gzip reading an empty stream
Closes #82
|
2017-05-05 11:50:07 -07:00 |
|
Cyril Plisko
|
3c933a2947
|
Add test for response' final URL
|
2017-04-07 17:41:01 +03:00 |
|
Ryan Coffman
|
1a01a1311d
|
Added test to check the Accept-Encoding is not changed if already set
|
2017-03-13 16:39:11 -07:00 |
|
Jason Schein
|
ab5e477a12
|
Add (configurable) automatic gzip decompression.
|
2017-02-26 20:08:55 -08:00 |
|
Sean McArthur
|
d71ded9dae
|
fix unused mut warning in tests
|
2017-01-11 12:00:50 -08:00 |
|
Sean McArthur
|
559ae8011a
|
add header if no Accept is set
|
2016-12-12 10:29:14 -08:00 |
|
Sean McArthur
|
e92b3e862a
|
add support for defining RedirectPolicy for a Client
|
2016-12-10 11:36:22 -08:00 |
|
Sean McArthur
|
3544e48e8e
|
dont try to redirect if post body cannot be reset
|
2016-11-28 11:36:42 -08:00 |
|
Sean McArthur
|
9e70497781
|
add integration tests
|
2016-11-28 09:53:16 -08:00 |
|