Files
reqwest-impersonate/tests
Sean McArthur 53495e1526 Redesign Error type
- The `Error`'s kind is a now a set of variants depending on the context
  of when an error could occur.
- If another error was the cause, it is now always the `source`.

Along with the `is_*` methods, this should help in understanding *when*
a certain error occurred. For example, an error setting the TLS
certificates will return a builder error, with the TLS error as the
source. This should help differentiate from a TLS error that happens
when connecting to a server.

It also makes the internal code less dependent on all the exact
dependencies that can be enabled or disabled.
2019-09-17 14:23:22 -07:00
..
2019-08-29 09:52:39 -07:00
2019-09-09 17:20:51 -07:00
2019-09-17 14:23:22 -07:00
2019-09-12 07:52:31 -07:00
2019-08-29 09:52:39 -07:00
2019-09-09 17:20:51 -07:00
2019-09-09 17:20:51 -07:00
2019-09-17 14:23:22 -07:00