搜索资源列表
WWWHttp
- 用C#实现的Http协议封装,可以使用UrlEncoded、Multi-Part form vars、XML这3种方式来POST和Get文本和文件,支持Proxy,支持各种编码,是良好的学习HTTP编程的例程
ryeolhttpclient_src
- CHttpClient的目的是用于简化WinInet的API,用于和HTTP服务器进行交互。可以使用HTTP GET向HTTP服务器发送请求(用于请求一个URL对应的内容),使用HTTP POST想HTTP服务器发送数据(用于传递文件和提交表单),以及处理CHttpResponse回来的数据,另外加入了严格的异常检测。附件里同时包含了一普通版和COM版的源代码。
HTTP_post
- 实现了再网络上获取tcp的post方法,自己建立主页,就可以获得此主页。-Were re-tcp' s post on the network access method, to establish their own home, you can get the home page.
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
PowerProxy
- 一个小巧的强大代理程序(编译后压缩大约5K),工作模式是多线程的,同时支持3种常用代理: 1, HTTP代理(支持模式:GET,POST,CONNECT) 2, Sock4代理 3, Sock5代理(TCP,UDP) --A small powerful agents (compiled compression about 5 k), work mode is multithreaded, at the same time support three kinds of commonly used
http
- http协议源码的具体实现,具体的实现了get和post等具体的http协议方法。-Http protocol implementation source code, the specific implementation of the post and get the http protocol and other specific method.
