asgard_http_interceptor 1.0.1 copy "asgard_http_interceptor: ^1.0.1" to clipboard
asgard_http_interceptor: ^1.0.1 copied to clipboard

Fork of http_interceptor with attachment support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add asgard_http_interceptor

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

dependencies:
  asgard_http_interceptor: ^1.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:asgard_http_interceptor/http_client_with_interceptor.dart';
import 'package:asgard_http_interceptor/http_interceptor.dart';
import 'package:asgard_http_interceptor/http_methods.dart';
import 'package:asgard_http_interceptor/http_with_interceptor.dart';
import 'package:asgard_http_interceptor/interceptor_contract.dart';
import 'package:asgard_http_interceptor/models/http_interceptor_exception.dart';
import 'package:asgard_http_interceptor/models/models.dart';
import 'package:asgard_http_interceptor/models/request_data.dart';
import 'package:asgard_http_interceptor/models/response_data.dart';
import 'package:asgard_http_interceptor/models/retry_policy.dart';
import 'package:asgard_http_interceptor/utils.dart';
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Fork of http_interceptor with attachment support.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on asgard_http_interceptor