Commit Graph

17 Commits

Author SHA1 Message Date
Sean McArthur
12ee6fbcde small improvements to docs 2017-07-13 12:17:38 -07:00
Tom Prince
855e6615eb Add error_for_status.
This makes it it easy to turn error responses into error
results.
2017-06-22 11:03:39 -07:00
Sean McArthur
665b4fe718 upgrade hyper to v0.11 2017-06-21 09:47:21 -07:00
James Kominick
3de6f24785 Response doc improvements
- Add doc examples for the usage of `Response`s `url`, `status`,
  and `headers` methods
2017-06-08 23:28:35 -04:00
Sean McArthur
cb9a45b8a4 change Response::status() to return StatusCode by value 2017-06-07 18:11:05 -07:00
Michal Budzynski
e3bf6756f4 Added missing "Errors" and "Panics" sections to request.rs and response.rs 2017-06-04 04:49:33 +02:00
Sean McArthur
7fc47fb908 remove all public mention of HttpVersion
Closes #123
2017-06-01 17:02:59 -07:00
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
James Kominick
812c220e61 update doc examples
- Make examples runnable for doc tests
- Add error handling using `?` instead of `unwrap`
2017-05-21 17:14:32 -04:00
Corey Farwell
c367a7034f Add full example for Response::json. 2017-05-12 00:04:17 -04:00
Sean McArthur
f6109840f1 some info! logs for Request and Response 2017-05-09 15:30:29 -07:00
Ted Driggs
5947578a28 Change trait to DeserializeOwned 2017-05-09 13:42:50 -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
3cc4d654a3 fix panic from Gzip reading an empty stream
Closes #82
2017-05-05 11:50:07 -07:00
Cyril Plisko
44c7ccb46d Expose the final response URL 2017-04-07 17:40:55 +03:00
Sean McArthur
4d68979523 move Response pieces into its own response module 2017-04-05 16:48:32 -07:00