ctimmerm / axios-mock-adapter

Axios adapter that allows to easily mock requests
MIT License
3.44k stars 241 forks source link

added support for HTTP LINK and UNLINK #332

Closed domi1033 closed 2 years ago

domi1033 commented 2 years ago

A while ago I had to write tests that mock an external API that uses HTTP LINK and UNLINK methods. However there was no support in axios for these methods so I added it. To proof that these methods are a thing here is a link to an ietf.org document.

ctimmerm commented 2 years ago

Thanks!