[X] I've searched existing issues and found nothing related to my issue.
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:
Detect and parse the CURL command.
Automatically update the request method (GET, POST, PUT, DELETE, etc.).
Parse and populate headers, body, and other request components from the CURL command.
Ensure that the request is ready for immediate execution without the need for additional manual inputs.
Importance
Reduces the manual effort of translating CURL commands into request components.
Aligns Bruno's functionality with Postman for a more seamless experience.
Enhances the productivity of users who frequently work with CURL commands.
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