win_http 0.2.2 copy "win_http: ^0.2.2" to clipboard
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_http

With Flutter:

 $ flutter pub add win_http

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

dependencies:
  win_http: ^0.2.2

Alternatively, 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';
0
likes
140
points
4.47k
downloads

Documentation

API reference

Publisher

verified publisheredde746.dev

Weekly Downloads

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+.

Repository (GitHub)
View/report issues

Topics

#http #http-client #windows #winhttp #ffi

License

GPL-3.0 (license)

Dependencies

ffi, http

More

Packages that depend on win_http