requestly
requestly copied to clipboard
[Feature]: Import cURL by pasting in URL bar
Summary
Allow users to import a cURL command by directly pasting it into the URL bar. Instead of only relying on the Import cURL option, it should automatically detect and parse a pasted cURL command in the input field and convert it into a request.
Proposed Solution
- [ ] Detect when the input in the URL bar starts with
curlor matches a valid cURL command format. - [ ] Instead of treating it as a raw string/URL, parse the cURL and load the request details automatically.
- [ ] Handle invalid/partial cURL commands gracefully with an error message.