搜索资源列表
http
- 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
Internet
- wince 下socket实现的HTTP类,支持post和get-HTTP classes implement by socket,supports POST and GET.
WinInetHttpClient
- C++使用socket实现在http协议 支持GET,POST-use socket to implantation http protocol. Now support GET & POST
socket-to--HTTP-
- 用socket实现的http响应服务器和客户端,以及GET与POST实例。-Using socket to achieve the HTTP in response to the server and the client, as well as the GET and POST instance.
tiancityLogin
- 用vs2010写的,能够进行游戏帐号的扫号!有post和get,纯socket实现的!运用了线程!-Vs2010 to write, to carry out a sweep of the game account number! Post and get pure socket implementation. The use of a thread!
Socket_VC_GET_POST
- socket get post 网络socket的实例,包含http的get以及post的实现。并包含了apple应该发布流程详细文档-socket get post
Lserver
- httpsocket通信 实现了通过socket发送http协议的post/get命令-The communication of httpsocket achieve post/get to send http protocol through socket command
client
- 本人做的基于linux socket的客户端,支持简单的http get和post协议-I do linux socket-based client supports simple http get and post agreement
HTTPClient
- 采用vc实现http客户端功能,支持post和get两种方式,在该程序中对http协议进行了详细的描述,并通过socket的方式来实现http协议。-Using vc http client functionality, support post and get two ways, the HTTP protocol is described in detail in the program, and through the socket to http protocol.
http-roxy-master
- 一个HTTP代理服务器.采用select socket 多线程. POST和GET都测试过.-An HTTP proxy server using the select socket multi-threaded POST and GET are tested.
Http-test
- 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
httpclient-master
- 构造HttpClient三部曲:支持代理的Socket封装、GET方法实现、POST方法实现(Constructing HttpClient Trilogy: Socket encapsulation supporting agent, GET method implementation and POST method implementation)
mySocket
- TCP提供一种面向连接的、可靠的字节流服务。面向连接意味着两个使用TCP的应用(通常是一个客户和一个服务器)在彼此交换数据包之前必须先建立一个TCP连接。这一过程与打电话很相似,先拨号振铃,等待对方摘机说"喂",然后才说明是谁。在一个TCP连接中,仅有两方进行彼此通信。(108/5000 Simple and fast: customer request service to the server, only need to send the request metho
HTTP
- 模拟HTTP协议,Java 发送 http 请求 (get 与 post 方法请求 ) , 以下代码经本人亲自调试可用! 可以直接使用之。 注意:通过 BufferedReader 读取远程返回的数据时,必须设置读取编码,否则中文会乱码!(Simulate HTTP protocol, Java send http request (get versus post Method request ) , The following code is available t