Jules May
Jules May
Can I add my vote too, please?
Can I clarify something, please? When you install an interceptor, it's intended only to be used once (then deleted). What `persist()` does is keep the interceptor active even after it...
Thnak you. But I meant: can you explain the reason why it would ever not be persistent? Under what circumstances would an endpoint get used once, then disappear? (I can...
I'm asking, becasue I don't think my solution will work e ntirely as-is, ad will need some patching-up :-(
I understand. I don't think I'm less rigourous, but I think I have a different perspective. I would expect to be able to test against a (mock) server which behaves...
> I'm Ukrainian, don't have much free time for now I understand. My heartfelt sympathies. Stay safe. > It could be done by adding `Interceptor.withHead()` method ... IIUC http spec...
> I have an idea to patch [Registry.match](https://github.com/cah4a/dart_nock/blob/c1687e8fc439a2a6324cf5c1516b131e1cc91f88/lib/src/interceptor.dart#L39) method: That was exactly my thinking. I'm on it!