Closed domi1033 closed 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.
LINK
UNLINK
Thanks!
A while ago I had to write tests that mock an external API that uses HTTP
LINK
andUNLINK
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.