dpop_flutter_http 0.1.1 copy "dpop_flutter_http: ^0.1.1" to clipboard
dpop_flutter_http: ^0.1.1 copied to clipboard

package:http integration for dpop_flutter - a thin DpopHttpClient wrapper that attaches DPoP Authorization/DPoP headers to every request.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dpop_flutter_http

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

dependencies:
  dpop_flutter_http: ^0.1.1

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:dpop_flutter_http/dpop_flutter_http.dart';
1
likes
160
points
32
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

package:http integration for dpop_flutter - a thin DpopHttpClient wrapper that attaches DPoP Authorization/DPoP headers to every request.

Repository (GitHub)
View/report issues
Contributing

Topics

#dpop #oauth #http

License

MIT (license)

Dependencies

dpop_flutter, flutter, http

More

Packages that depend on dpop_flutter_http