usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
27.34k stars 1.25k forks source link

Auto-update request when a CURL command is pasted in the query URL bar, similar to Postman #3160

Open srrathi opened 1 month ago

srrathi commented 1 month ago

I have checked the following:

Describe the feature you want to add

Problem While Bruno currently supports adding new requests using a CURL command, it does not automatically parse and update an existing request when a CURL command is pasted into the query URL bar. Users must generate a new request each time, rather than having the option to update the current one. This adds unnecessary steps and hinders the user experience, especially when quick edits or updates to the existing request are needed.

Proposed Solution I would like to propose an enhancement that allows Bruno to automatically update the request details (method, headers, body, etc.) when a CURL command is pasted into the query URL bar. This feature works seamlessly in Postman, and implementing it in Bruno would greatly improve the user experience, especially for those transitioning between tools or working with CURL commands.

Proposed Functionality: When a user pastes a full CURL command into the query URL bar, Bruno should:

Importance

Mockups or Images of the feature

NA