https_cpp_wrapper:这是基于http的https_cpp_wrapper

时间:2024-06-26 18:01:25
【文件属性】:

文件名称:https_cpp_wrapper:这是基于http的https_cpp_wrapper

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-26 18:01:25

C++

https_cpp_wrapper 该库允许您通过 http/https 协议下载页面。 您需要 Ultimate++ Ide 和 Windows。 它只包含一个头文件。 原始来源取决于 atl。 用法: # include " winhttpclient.h " WinHttpClient client ( " https://www.httpssite.com " ); client.SetRequireValidSslCertificates( false ); client.SendHttpRequest(); WString httpResponseHeader = client.GetResponseHeader(); String httpResponseContent = client.GetResponseContent().ToString(); LOG (htt


【文件预览】:
https_cpp_wrapper-master
----winhttpclient.h(36KB)
----README.md(658B)

网友评论