Expand description
A small wrapper around wininet.
It provides the ANSI and the unicode (--features unicode
) versions of WinINet.
ANSI works with std::ffi::CStr
.
Unicode works with widestring::U16CStr
.
Structs§
- part of the callback
- A WinINet “session”
- A WinINet “connection”
- A WinINet “request”
Enums§
- part of the callback
Constants§
Type Aliases§
- part of the callback
- str type for ffi.
CStr
for ANSI, U16CStr for unicode