curl_request_parser 1.0.1
curl_request_parser: ^1.0.1 copied to clipboard
A Dart package for parsing curl commands into structured requests and generating Dart HTTP code.
Changelog #
[1.0.0] - 2025-03-24 #
Added #
- Initial release of the curl_request_parser package
- Comprehensive curl command parsing with support for over 200 curl options
- Structured representation of curl commands via the CurlRequest class
- Convert parsed requests to JSON for storage or manipulation
- Generate Dart HTTP code using the http package to reproduce curl requests
- Support for all HTTP methods, headers, data formats, and authentication types
- Comprehensive test suite
- Detailed documentation and examples