Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
guides:com:winhttp.winhttprequest [2022-02-27 15:06] – ↷ Page moved from ahk:com:winhttp.winhttprequest to guides:com:winhttp.winhttprequest geek | guides:com:winhttp.winhttprequest [2022-02-27 15:52] (current) – Update code boxes for syntax highlighting geek | ||
---|---|---|---|
Line 8: | Line 8: | ||
===== Usage ===== | ===== Usage ===== | ||
- | < | + | < |
WinHTTP := ComObjCreate(" | WinHTTP := ComObjCreate(" | ||
WinHTTP.Open(< | WinHTTP.Open(< | ||
Line 18: | Line 18: | ||
==== Fetch current AHK_L version number ==== | ==== Fetch current AHK_L version number ==== | ||
- | < | + | < |
WinHTTP := ComObjCreate(" | WinHTTP := ComObjCreate(" | ||
WinHTTP.Open(" | WinHTTP.Open(" |