 |
 |
HTTP Functions (WinHTTP) Add comment |
 |
|
WinHttpAddRequestHeaders
|
|
The WinHttpAddRequestHeaders function adds one or more HTTP request headers to the HTTP request handle. |
|
 |
 |
 |
|
WinHttpCloseHandle
|
|
The WinHttpCloseHandle function closes a single HINTERNET handle. |
|
 |
 |
 |
|
WinHttpConnect
|
|
Specifies the initial target server of an HTTP request and returns an HINTERNET connection handle to an HTTP session for that initial target. |
|
 |
 |
 |
|
WinHttpCrackUrl
|
|
The WinHttpCrackUrl function separates a URL into its component parts such as host name and path. |
|
 |
 |
 |
|
WinHttpOpen
|
|
Initializes an application"s use of the WinHTTP functions and returns a WinHTTP-session handle. |
|
 |
 |
 |
|
WinHttpOpenRequest
|
|
The WinHttpOpenRequest function creates an HTTP request handle. |
|
 |
 |
 |
|
WinHttpQueryDataAvailable
|
|
The WinHttpQueryDataAvailable function returns the number of bytes of data that are immediately available to be read with WinHttpReadData. |
|
 |
 |
 |
|
WinHttpQueryHeaders
|
|
The WinHttpQueryHeaders function retrieves header information associated with an HTTP request. |
|
 |
 |
 |
|
WinHttpReadData
|
|
The WinHttpReadData function reads data from a handle opened by the WinHttpOpenRequest function. |
|
 |
 |
 |
|
WinHttpReceiveResponse
|
|
The WinHttpReceiveResponse function waits to receive the response to an HTTP request initiated by WinHttpSendRequest. |
|
 |
 |
 |
|
WinHttpSendRequest
|
|
The WinHttpSendRequest function sends the specified request to the HTTP server. |
|
 |
 |
 |
|
WinHttpSetCredentials
|
|
The WinHttpSetCredentials function passes the required authorization credentials to the server. |
|
 |
 |
 |
 |
| Code examples: |
 |
|
|
 |
|
|