2 releases

0.1.1 Apr 8, 2022
0.1.0 Apr 7, 2022

#418 in HTTP client

MIT license

27KB
632 lines

Project Status: Active – The project has reached a stable, usable state and is being actively developed. Crates.io Released API docs MIT licensed

This is in really early stages but I wanted to call dips on the create name. Expect changes to the API.

It is meant as a small wrapper around wininet, so that higher level HTTP client (like generic-async-http-client) can make use of it.

It provides the ANSI and the unicode (--features unicode) versions of WinINet.

For now this works:

  1. cross +nightly rustc -Z build-std=std,panic_abort -Z build-std-features=panic_immediate_abort --target x86_64-pc-windows-gnu --release --example async
  2. wine target/x86_64-pc-windows-gnu/release/examples/async.exe

Dependencies

~130KB