anthonygauthier / axios-curlirize

axios plugin converting requests to cURL commands, saving and logging them.
MIT License
186 stars 31 forks source link

possible to not send the request just log curl command? #54

Closed mekb-turtle closed 2 years ago

anthonygauthier commented 2 years ago

You would need to write an interceptor that prevents the request from being sent.