Module win32inet
An interface to the Windows internet (wininet) API
Methods
- InternetSetCookie
- Creates a cookie associated with the specified URL.
- InternetGetCookie
- Retrieves the cookie for the specified URL
- InternetAttemptConnect
- Attempts to make a connection to the Internet.
- InternetCheckConnection
- Allows an application to check if a connection to the Internet can be established
- InternetGoOnline
- Prompts the user for permission to initiate connection to a URL.
- InternetCloseHandle
-
- InternetConnect
- Opens an FTP, Gopher, or HTTP session for a given site.
- InternetOpen
- Initializes an application's use of the Microsoft® Win32® Internet functions.
- InternetOpenUrl
- Opens a resource specified by a
complete FTP, Gopher, or HTTP URL.
- InternetCanonicalizeUrl
- Canonicalizes a URL, which includes
converting unsafe characters and spaces into escape sequences.
- InternetGetLastResponseInfo
- Retrieves the last Win32® Internet function error description or server response on the thread calling this function.
- InternetReadFile
- Reads data from a handle opened by the
win32inet::InternetOpenUrl, win32inet::FtpOpenFile,
win32inet::GopherOpenFile
, or win32inet::HttpOpenRequest
function.
- FtpOpenFile
- Initiates access to a remote file on an FTP server for reading or writing.
- FtpCommand
- Allows an application to send commands directly to an FTP server.