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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add curl_request_parser

With Flutter:

 $ flutter pub add curl_request_parser

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  curl_request_parser: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:curl_request_parser/curl_request_parser.dart';
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