c++ - Programatically get the web page content -
I would like to know whether WinInet or WinHttp will get webpage content quickly or there is no other fast method to obtain webpage content. (At least 1 second).
The programming environment that I am using VC ++
That is said, the internet does not guarantee loading times.
For a specific API, I use WinInet or WinHttp instead.
Do not forget to call PS CoInitialize.
Comments
Post a Comment