jarrodek / ChromeRestClient

ARC Chrome is deprecated. Please move to https://github.com/advanced-rest-client/arc-electron/
Apache License 2.0
370 stars 98 forks source link

Feature: Expor/Import as curl command #297

Open jarrodek opened 8 years ago

jarrodek commented 8 years ago

Originally reported on Google Code with ID 301

Curl is a popular HTTP debugging tool. If we could export and import request settings
as curl commands, it would integrate better with command line workflows (not everyone
uses chrome-rest-client, hehe).

Reported by apennebaker.ni on 2015-02-03 15:58:36

jarrodek commented 8 years ago

This will be done. It should be possible to save/copy the request as a cURL command. There also should be possible to save data for other shell commands. Need to determine list of available commands.

jarrodek commented 8 years ago

This issue is outdated and probably will be removed as wont fix. New design assumes that the app can export the request in different languages / frameworks / notation.

ericnilo commented 8 years ago

+1

jarrodek commented 8 years ago

As a proof of concept: image

jimmywarting commented 6 years ago

Would love this idea! Where just going to suggest this but saw this issue.

Would be so easy to go into the web inspector, copy a network request as curl and try it out in adv rest client.

Also able to generate whatwg fetch from a curl command would be grate