搜索资源列表
c++_http
- 一个c++的http发送类 SendHTTP.c by Jeff Heaton(heatonj@jeffheaton.com), 2000 Source code to GET/POST using the HTTP 1.0 protocol
httpPost
- 通过发送post请求的方式得到网站返回的数据,简单的几个.c文件来实现。 调用方便。 也可以将其中的文件单独编译成一个库或者dll。 有vs工程。
TDDOWNLOAD_http_POST.rar
- 国外网站上下的,实现跨平台的HTTP POST方法的C++源码,简单明了,适合初学者学习HTTP协议的细节,Abroad website from top to bottom, cross-platform implementation of the HTTP POST method of C++ source code, simple and clear, suitable for beginners to learn the details of HTTP protocol
chttp.rar
- Linux环境下,使用C语言实现HTTP POST请求,经过实际运用的。,Linux C HTTP
http_post_in_c
- 使用纯C编写的http post请求,可用于测试HTTP服务器等。是一个很适用的小工具。-The use of pure C prepared http post request, can be used for testing HTTP server. Is a very applicable gadgets.
HttpSend
- C# Windows Mobile 5.0 HTTP POST方式无线通讯 -C# Windows Mobile 5.0 HTTP POST mode wireless communication
07141575http_post_in_c
- HTTP POST C语言代码,适合初学者阅读-HTTP POST C
http
- 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
http_Post_Get
- 通过CHttpSession发送Get、Post报文。并可自定义HTTP包头-CHttpSession send through the Get, Post Message. And custom HTTP header
http_post
- * This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can be compiled on Linux, UNIX, Win -* This source demonstrates sending HTTP POST request to webserver from C++ * This uses sockets hence can
w3c-libwww-5.4.0
- www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的WebAPI: complete HTTP/1.1 (with caching, pipelining, PUT, POST, Digest Authentication, deflate, etc), MySQL logging, FTP, HTML/4, XML (expat), RDF (SiRPAC), WebDAV, and much more-Libwww is a highly modular, gene
httpxmlsoap
- This source demonstrates sending HTTP POST request to webserver from C++ This uses sockets hence can be compiled on Linux, UNIX, Windows
HTTP
- C#编写的HTTP库,能够处理post和get请求,达到模拟点击的目的。-HTTP library written in C# can handle post and get requests to achieve the purpose of simulated click.
Sockets-2.3.9.1
- C++ Sockets 是一个跨平台的 Sockets 库,实现包括 TCP、UDP、ICMP、SCTP 协议。已实现的应用协议包括有 SMTP、HTTP(S)、Ajp (1.3)。具有 SOCKS 客户端实现以及匿名 DNS ,支持 HTTP 的 GET/POST/PUT 以及 WebServer 的框架。-his is a GPL licensed C++ class library wrapping the berkeley sockets C API, and therefore wor
http_post.cpp
- how to do an http post in c-how to do an http post in c++
post
- C++ 用HTTP的GET方式向网站发送数据-C++ with the HTTP GET method to send data to the site
linux-CHTTP-POST
- linux下纯C简单的HTTP POST请求 客户端模型-pure C under linux simple HTTP POST request client model
CSharphttp-post-get
- http post get实例 实际代码显示post get-the source for c# http class
http
- 主要用于在c++中进行http同步请求的接口类,使用很简单,支持Get/Post请求方式(The interface class, which is mainly used in c++ for HTTP synchronization requests, is easy to use and supports the Get/Post request mode)
cpr.tar
- 用于c++发送post请求的封装库,底层调用libcurl,使用格式类似python rest,更加便捷(wrapper for C++ post request/libcurl)