grillon
grillon copied to clipboard
Blanket impl for reqwest (default, not optional)
Provide blanket implementations of the Response trait for reqwest, and replace Hyper client which is a legacy implementation now (following the release of v1).
Then update the API with BC to rename Response to Assert and struct Assert to something more meaningful since it's a wrapper over the http response to perform assertions. See how to manage base url for tests with the same instance.
Then subsequently add optional blanket implementations with feature flags for other clients.