HINTERNET WINAPI WinHttpOpenRequest(
_In_ HINTERNET hConnect,
_In_ LPCWSTR pwszVerb,
_In_ LPCWSTR pwszObjectName,
_In_ LPCWSTR pwszVersion,
_In_ LPCWSTR pwszReferrer,
_In_ LPCWSTR *ppwszAcceptTypes,
_In_ DWORD dwFlags
);
pwszVerb [in]
Pointer to a string that contains the HTTP verb to use in the request.
If this parameter is NULL, the function uses GET as the HTTP verb.
Note This string should be all uppercase. Many servers treat HTTP verbs
as case-sensitive, and the Internet Engineering Task Force (IETF)
Requests for Comments (RFCs) spell these verbs using uppercase characters only.