webmockr icon indicating copy to clipboard operation
webmockr copied to clipboard

multiple intermediate headers on redirect

Open sckott opened this issue 7 years ago • 0 comments

related Ruby webmock issue from 2014 https://github.com/bblimke/webmock/issues/237

We can set a single set of response headers for a stub, but currently not for multiple sets of response headers - crul can now support all intermediate headers, along with httr - so ideally users would be able to stub the set of intermediate headers, not just the final headers returned

interesting that Ruby webmock didn't sort this out

sckott avatar Jan 03 '19 00:01 sckott