http_interceptor_plus 0.0.1 copy "http_interceptor_plus: ^0.0.1" to clipboard
http_interceptor_plus: ^0.0.1 copied to clipboard

Dart package for enhanced HTTP logging. Middleware for http package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_interceptor_plus

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

dependencies:
  http_interceptor_plus: ^0.0.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:http_interceptor_plus/http_interceptor_plus.dart';
11
likes
150
points
214
downloads

Publisher

verified publisheritpathsolutions.com

Weekly Downloads

Dart package for enhanced HTTP logging. Middleware for http package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http, logger, plugin_platform_interface

More

Packages that depend on http_interceptor_plus