anthonygauthier / axios-curlirize

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

Not seeing the headers in the command #55

Open trajano opened 2 years ago

trajano commented 2 years ago

I'm using it on Expo and I found that it does not add the -H header values to the generated command.

anthonygauthier commented 2 years ago

I'd need a little more detail into this if possible; this might also help with #25.

Thanks!