to_curl 2.0.0-nullsafety.0 copy "to_curl: ^2.0.0-nullsafety.0" to clipboard
to_curl: ^2.0.0-nullsafety.0 copied to clipboard

Fork from https://github.com/kiruto/curl . Generate output equivalent to the "copy as curl" option with HTTP client debugger.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add to_curl

With Flutter:

 $ flutter pub add to_curl

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

dependencies:
  to_curl: ^2.0.0-nullsafety.0

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:to_curl/to_curl.dart';
2
likes
110
pub points
86%
popularity

Publisher

unverified uploader

Fork from https://github.com/kiruto/curl . Generate output equivalent to the "copy as curl" option with HTTP client debugger.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on to_curl