libdetectproxy:检测网络代理 - 目前仅适用于 Windows

时间:2024-08-05 17:08:15
【文件属性】:

文件名称:libdetectproxy:检测网络代理 - 目前仅适用于 Windows

文件大小:8KB

文件格式:ZIP

更新时间:2024-08-05 17:08:15

C++

库检测代理 检测网络代理 - 目前仅适用于 Windows 它专为偶尔检测代理而设计,它不会缓存互联网会话等,因此如果您经常查询它,它可能会相对较慢。 大多数情况下,我将这些与 NTLM 代理一起使用。 为 C++ 编译,所以我可以使用 std::string 对象,但可以转换为 C。 如何使用: # include < detectproxy> ... string proxy = detectproxy(target_url); 现在您可以将“代理”输入 libCurl,它将类似于 proxy.host.com:8888 所有字符串都假定为 UTF-8。 请注意,要让 libCurl 对 NTLM 代理进行身份验证,您还必须将 user/pass 设置为空字符串“”。 请注意,如果出现某种错误,detectproxy() 将抛出 ru


【文件预览】:
libdetectproxy-master
----.gitignore(7B)
----LICENSE(1KB)
----detectproxy()
--------detectproxy.cpp(10KB)
--------detectproxy.ipp(435B)
--------detectproxy.hpp(736B)
----README.md(1KB)
----test()
--------test_2.cpp(629B)
--------test_1.cpp(518B)
----CMakeLists.txt(1KB)

网友评论