curl_parser 0.1.1 curl_parser: ^0.1.1 copied to clipboard
Parse cURL command to Dart object and convert Dart object to cURL command.
0.1.1 #
- Add formdata support and new test cases.
0.1.0 #
- Added new test cases.
- Rectified & revamped original code to improve the cURL parsing.
- Replace native shell command parser with shlex.
- Forked from curl_converter.