tommut / HttpRequester

HttpRequester add-on for Firefox
https://addons.mozilla.org/En-us/firefox/addon/httprequester/
161 stars 39 forks source link

Export requests to curl (feature request) #20

Open glaucocustodio opened 8 years ago

glaucocustodio commented 8 years ago

I love HttpRequester.. It would be nice if we could export requests as curl command line. For instance: curl --data "param1=value1&param2=value2" http://hostname/resource.

This way, we can send a testable command to our clients.

Thanks.