-
-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Regarding #34 and bblimke/webmock#858
It would be great to know how to improve support for WebMock.
Potentially, we could integrate most of the mocking behaviour into async-http
and provide some hooks for replacing this in user code. I'm probably not keen to replace constants e.g. Async::HTTP::Client
but we could at least provide some new middleware like Async::HTTP::MockClient
or something to that end, which can be used to implement mocked requests/responses.
I'm not sure that recording and replaying is within the scope of this gem or not, but we could at least avoid forcing the WebMock
gem to reimplement internal implementation details.
Metadata
Metadata
Assignees
Labels
No labels