secure_pinning_http 0.0.2 copy "secure_pinning_http: ^0.0.2" to clipboard
secure_pinning_http: ^0.0.2 copied to clipboard

package:http integration for secure_pinning — a BaseClient wrapper with full verb + streaming support, built on secure_pinning's pure-Dart pinning engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_pinning_http

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

dependencies:
  secure_pinning_http: ^0.0.2

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

Import it

Now in your Dart code, you can use:

import 'package:secure_pinning_http/secure_pinning_http.dart';
0
likes
160
points
118
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

package:http integration for secure_pinning — a BaseClient wrapper with full verb + streaming support, built on secure_pinning's pure-Dart pinning engine.

Repository (GitHub)
View/report issues
Contributing

Topics

#security #networking #certificate-pinning #http

License

Apache-2.0 (license)

Dependencies

flutter, http, secure_pinning

More

Packages that depend on secure_pinning_http