You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we have access to the full request in HttpClient we have a lot more flexibility with matching requests; ideally it should be able to match on paths and body contents.
The text was updated successfully, but these errors were encountered:
This would make testing anything using a REST API simpler as one could just mock out the responses.
yup_hyper_mock
lets you create a mockConnector
implementation that responds to various hostnames:Since we have access to the full request in
HttpClient
we have a lot more flexibility with matching requests; ideally it should be able to match on paths and body contents.The text was updated successfully, but these errors were encountered: