win_http 0.2.2
win_http: ^0.2.2 copied to clipboard
A Windows HTTP client for package:http using the native WinHTTP API. Provides system proxy support, Schannel TLS, and automatic decompression. Requires Windows 8.1+.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add win_httpWith Flutter:
$ flutter pub add win_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
win_http: ^0.2.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:win_http/win_http.dart';