最新 windows 64 位稳定版 c++一个跨平台的网络协议库,支持http, https, ftp, gopher, telnet, dict, file, 和ldap 协议。同样支持HTTPS证书授权,HTTP POST, HTTP PUT, FTP 上传, HTTP基本表单上传,代理,cookies,和用户认证。
2022-03-31 15:26:12 3.21MB windows 64 位稳定版
1
非常好的,python应用包 抓取网页,成功率超高、 PycURL is a Python interface to libcurl. PycURL can be used to fetch objects identified by a URL from a Python program, similar to the urllib Python module. PycURL is mature, very fast, and supports a lot of features
2022-03-30 11:28:48 178KB curl spider
1
http2curl :triangular_ruler: 将Golang的http.Request转换为CURL命令行 要执行相反的操作,请检出 。 例子 import ( "http" "moul.io/http2curl" ) data := bytes . NewBufferString ( `{"hello":"world","answer":42}` ) req , _ := http . NewRequest ( "PUT" , "http://www.example.com/abc/def.ghi?jlk=mno&pqr=stu" , data ) req . Header . Set ( "Content-Type" , "application/json" ) command , _ := http2curl . GetCurlCommand ( req ) fmt . Printl
2022-03-29 22:15:33 26KB Makefile
1
该小程序代码提供curl接口,实现http客户端,进行消息的发送及返回消息的解析;使用mongoose实现简单的http服务器,接收客户端的请求并返回响应。(其中mongoose部分代码出自其他地方)
2022-03-29 15:33:48 139KB curl
1
curl库的主要功能是用不同的协议连接不同的服务器,也就是相当封装了的socket的协议库, libcurl当前支持http, https, ftp, gopher, telnet, file等常用协议,libcurl也支持https证书授权,是网络程序开发的一把利器。 内容描述移植到嵌入式ARM的完整步骤,以及使用libcurl库开发应用的示例代码。
2022-03-28 15:55:42 3.68MB curl 移植到ARM 代码示例 编译过程
1
一个完整的使用CURL抓取网页数据 使用stl string分析网页数据,将提取的数据输出到log.txt中
2022-03-24 22:08:48 982KB CURL 抓取网页数据
1
↓↓↓↓↓↓插件仅用于学习,禁止商用,为了维护您的个人权益,请支持正版↓↓↓↓↓↓ 亲测可用。官网已下架 unity翻书插件 需图片
2022-03-23 11:02:47 4.31MB unity c#
1
这是在已有的资源上添加了一个httpDemo工程,修复了编译问题。 另外,修复了使用winhttp https post方式发送请求的一个bug
2022-03-21 03:37:25 20.26MB https post curl
1
利用批处理和Curl命令上传微信媒体素材文件,并获取微信返回的MediaID,只要执行文件夹中的批处理文件,便会自动上传当前目录中所有的JPG或Mp3文件,文件类型可以批处理文件中设置。本人研究了上个上午的成果。非常好用!返回微信的MediaID后,有了MediaID,便可以通过微信将素材发给微信用户。有任何技术问题欢迎与我探讨。
2022-03-18 01:48:05 105KB Curl 微信
1
简单介绍一下通过shell命令调用http接口(curl方式)先上样例样例介绍参数详解 先上样例 1、curl -H Content-Length:0 -X GET http://127.0.0.1:8080 2、curl -H Content-Type: application/json -H connection:Keep-Alive -s -X POST -d '{id:1,type:0}' http://127.0.0.1:/8080/xxx/xxx 3、RESULT=`curl -H Content-Type: application/jso
2022-03-15 16:04:23 53KB c cu curl
1