搜索资源列表
HTTP.rar
- 用C++实现的HTTP Web下载,两种方式实现: 1.WinInet(这种方式很简单,但不是很灵活) 2.WinSock(也就是Socket,这种方式有点繁琐,但是可以自定义发送HTTP的报文头和接收响应头,很灵活) 因作者编程水平有限,错误之处,在所难免,欢迎批评指正。 ,Using C++ to achieve the HTTP Web download, the realization of two ways: 1.WinInet (in this way is very simp
WinNet
- HTTP断点续传源码,用WinInet API编写的。代码很简单。-HTTP HTTP source, prepared by the WinInet API. Code is very simple.
http
- 跨平台http Get Post函数,都是可以直接用的-http download, support get and post
HTTP
- HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例 HTTP协议的C语言编程实现实例-#include <stdio.h> #include <stdlib.h> #include <string.h> #include <sys/types.h> #include <sys/socket.h> #include <errno.h> #include <unistd.h>
vc-http
- VC Socket GET_POST发送HTTP请求示例-VC Socket GET_POST send HTTP
获取一个http响应的数据
- 通过socket编程,向一个ip地址发去一个请求,获取一个http响应的数据。-Get a http response data.
QQ
- 企业QQ通信系统,VC++6.0 + XML + Socket 实现,文件调试完成,没有问题,请下载相应的软件进行运行,操作系统最好是Windows Server 2003系统,XP系统也可以。-QQ enterprise communications systems, VC++6.0+ XML+ Socket implementation file to complete commissioning, no problem, please download the appropriate so
socket
- http post通信,可以发送接收大容量文件-http post communications, you can send and receive large files
ADOErrors
- 从HTTP服务器上下载一个文件有很多方法,"热心"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.本文附带的工程中有一个支持HTTP1.1协议,直接用Socket实现下载功能… -from the HTTP server to download a document, there are many ways, "enthusiastic" Microsoft provides a Wi
ssl_http
- socket 实现 HTTP 连接,不错的东东,希望能有用-socket to achieve HTTP connections, good Dongdong, hoping to be useful
Java_Http_Client
- 这是用JAVA的SOCKET类实现的HTTP CLIENT的代码。通过它可以让原来很头疼的事情现在轻松的解决,例如你不再管是HTTP或者HTTPS的通讯方式,告诉它你想使用HTTPS方式,剩下的事情交给httpclient替你完成。-This is the SOCKET with JAVA class implements the HTTP CLIENT code. It allows the original adoption of a headache now things easy sol
cvery_741147
- Http socket 代码实现,可以下载http,或者对http返回分析-Http socket code, you can download http, or http return analysis
HttpProxy_Src
- HTTP Tunneling (HTTP Proxy Socket Client)
httport_sdk_rev_c
- HTTP 2 SOCKET的完整开发包 HTTP 2 SOCKET的完整开发包.rar-HTTP 2 SOCKET complete HTTP 2 SOCKET kit complete development kit. Rar
VC-HTTP-FILE-WEB
- 作用的是MFC中的一个类,HTTP,分析SOCKET协议。模仿HTTP上传文件。通过80端口上传,可有效避开防火墙等。-用VC通过HTTP把文件直接传到WEB服务器上,可以在开发*的朋友会用到。-VC-HTTP-UPLOAD-FILE-TO-WEB-SERVER-GUORUAN.COM
Socket
- CSocket获取http响应包。重载CSocket的收包函数;根据输入http地址发送http请求。-CSocket access http response packet. Overloaded functions CSocket admission package under the Importation of http address to send http request.
socket
- 直接用socket实现HTTP协议(专门用于程序的下载,很实用)-Socket to achieve the direct use of HTTP protocol (dedicated to the download procedure, it is useful)
socket
- 经过封装的socket类,内附简单的pop3和http协议的简单应用源码-a socket class
httpsocket
- 給學習 VC++ 者參考 http socket 相關的使用-To learn VC++ by reference to http socket related to the use of
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