Of the various req_perform* functions (thinking mostly of req_perform_parallel and req_perform_connection) I think mock is only available in req_perform. Is that wrong?
Would you consider adding mocking ability (whether through a parameter or via a with handler like with_mocked_responses) to the other req_perform* functions?
Use case is so that packages like vcr, webmockr, httptest2 can hook into them
Of the various
req_perform*functions (thinking mostly ofreq_perform_parallelandreq_perform_connection) I thinkmockis only available inreq_perform. Is that wrong?Would you consider adding mocking ability (whether through a parameter or via a with handler like
with_mocked_responses) to the otherreq_perform*functions?Use case is so that packages like vcr, webmockr, httptest2 can hook into them