dio_http 5.0.4 copy "dio_http: ^5.0.4" to clipboard
dio_http: ^5.0.4 copied to clipboard

discontinuedreplaced by: dio

A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

example/dio_http.dart

import 'package:dio_http/dio_http.dart';

/// More examples see https://github.com/dart-tools/dio_http/tree/master/example
void main() async {
  var dio = Dio();
  final response = await dio.get('https://google.com');
  print(response.data);
}
40
likes
120
pub points
77%
popularity

Publisher

verified publisherdart-tools.dev

A powerful Http client for Dart, which supports Interceptors, FormData, Request Cancellation, File Downloading, Timeout etc.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

http_parser, path

More

Packages that depend on dio_http