ispectify_http 4.3.6 copy "ispectify_http: ^4.3.6" to clipboard
ispectify_http: ^4.3.6 copied to clipboard

An additional package for http (logging and handling).

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
160
points
1.38k
downloads

Publisher

verified publishershodev.live

Weekly Downloads

An additional package for http (logging and handling).

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

http_interceptor, ispectify

More

Packages that depend on ispectify_http