| 
							
							
								 Tom Prince | a2c24a4009 | Some slightly less trivial rustfmt changes. | 2017-05-31 14:50:32 -06:00 |  | 
			
				
					| 
							
							
								 Tom Prince | 4c60e6d35f | Really trivial rustfmt changes. | 2017-05-31 14:50:32 -06:00 |  | 
			
				
					| 
							
							
								 Corentin Henry | 6cde2e538e | Fix build for nightly-2017-05-22 Compilation fails with nightly-2017-05-22:
```
error: unused macro definition
   --> src/error.rs:188:1
    |
188 | / macro_rules! try_ {
189 | |     ($e:expr) => (
190 | |         match $e {
191 | |             Ok(v) => v,
...   |
204 | |     )
205 | | }
    | |_^
    |
    = note: #[deny(unused_macros)] implied by #[deny(warnings)]
note: lint level defined here
   --> src/lib.rs:1:9
    |
1   | #![deny(warnings)]
    |         ^^^^^^^^
```
Removing the duplicate (and unused) `try_!` macro in error.rs fixes the
warning. | 2017-05-23 17:11:01 -07:00 |  | 
			
				
					| 
							
							
								 Sean McArthur | 5a078cd1be | remove unintended export of private try_ macro | 2017-05-18 10:57:10 -07:00 |  | 
			
				
					| 
							
							
								 Sean McArthur | 57359a6e2f | remove unintended export of private try_ macro | 2017-05-18 09:22:00 -07:00 |  | 
			
				
					| 
							
							
								 Sean McArthur | b1f40b776d | add Error::get_ref method with 'static bound | 2017-05-12 22:03:24 -07:00 |  | 
			
				
					| 
							
							
								 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 |  |