[Feature Request] – Make 'Copy as curl' configurable
See original GitHub issue- Insomnia Version: 6.5.4
- Operating System: Windows 10
Details
Allow users to configure the Copy as curl
context menu on requests in a workspace. Ideally we would at least the generation of curl vs powershell at a minimum. However I think there could be a use case of wanting to always copy as any of the httpsnippet targets/clients.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:8 (8 by maintainers)
Top Results From Across the Web
Copy as curl
Paste that in a shell to get a curl command line that makes the transfer. This feature is available by default in all...
Read more >copy Request as curl
I think it would be a nice to have a shortcut in SOAPUI that would allow you to convert a request to a...
Read more >Replay request or copy request as CURL in Flutter DevTools
As far as I know, you cannot copy a request as curl in dev tools. If you use Dio, ...
Read more >5 Tools with export to cURL option | by Hamza Sabljakovic
Five tools that let you export cURL commands with short how-to guide. ... Insomnia — Copy as cURL ... Nestjs — build CRUD...
Read more >curl - Tutorial
Note that the HTTP server must have been configured to accept PUT before this can be done successfully. For other ways to do...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@jgiovaresco From an approach standpoint, I would say to satisfy this issue, MVP would be not in a plugin and could be scoped to:
Copy as cURL
toCopy As
Then converting the above into a plugin would be the second stage as it does rely on #2678 being in the codebase
I am interested in working on this