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

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

Alternatively, your editor might support dart 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
0
points
4.63k
downloads

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

unknown (license)

Dependencies

ffi, http

More

Packages that depend on win_http