curl_request_parser 1.0.1 copy "curl_request_parser: ^1.0.1" to clipboard
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
1
likes
150
points
136
downloads

Publisher

verified publisherlkrjangid.tech

Weekly Downloads

A Dart package for parsing curl commands into structured requests and generating Dart HTTP code.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on curl_request_parser