grillon icon indicating copy to clipboard operation
grillon copied to clipboard

Blanket impl for reqwest (default, not optional)

Open theredfish opened this issue 1 year ago • 0 comments

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.

theredfish avatar Jan 18 '24 20:01 theredfish