//! Raw WinHTTP handle wrappers.
//!//! This module provides safe wrappers around WinHTTP handles (HINTERNET),
//! following the pattern from curl_ng for raw handle management.
modconnection;modrequest;modsession;pub(crate)useconnection::ConnectionHandle;pub(crate)userequest::RequestHandle;pub(crate)usesession::SessionHandle;