ispectify_http 4.4.0-dev09 copy "ispectify_http: ^4.4.0-dev09" to clipboard
ispectify_http: ^4.4.0-dev09 copied to clipboard

HTTP interceptor integration for ISpect toolkit using http_interceptor package

example/main.dart

import 'package:http_interceptor/http_interceptor.dart';
import 'package:ispectify_http/ispectify_http.dart';

void main(List<String> args) async {
  final client = InterceptedClient.build(
    interceptors: [
      ISpectHttpInterceptor(),
    ],
  );

  await client.get('https://google.com'.toUri());
}
0
likes
0
points
1.45k
downloads

Publisher

verified publishershodev.live

Weekly Downloads

HTTP interceptor integration for ISpect toolkit using http_interceptor package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, http_interceptor, ispectify

More

Packages that depend on ispectify_http