搜索资源列表
20040801094647_http
- 直接用socket实现HTTP协议(下载专用) 作者:北方工业大学2000级计算机4班 querw 从HTTP服务器上下载一个文件有很多方法,\"热心\"的微软提供了WinInet类,用起来也很方便.当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能.- Straight takes over the use of socket to realize the HTTP agreement (special-purpose downloading
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it
使用java控制HTTP协议客户端应用
- Http客户端程序已集成在Java语言中,可以通过URLConnection类调用。遗憾的是,由于SUN没有公布Http客户程序的源码,它实现的细节仍是一个谜。本文根据HTTP协议规范,用Java.net.Socket类实现一个HTTP协议客户端程序。 -Http client program has been integrated into the Java language, URLConnection can call category. Unfortunately, because S
netong
- 直接用socket实现HTTP协议 从HTTP服务器上下载一个文件有很多方法,“热心”的微软提供了 WinInet 类,用起来也很方便。当然,我们也可以自己实现这些功能,通过格式化请求头很容易就能实现断点续传和检查更新等等功能 。 -direct socket achieve HTTP protocol from the HTTP server to download a document, there are many ways, "enthusiastic" Mic
用socket实现http协议
- 用socket实现http协议,vc6.0编程实现-using socket achieve http agreement vc6.0 Programming
WebServer_src
- vc++ http web server 使用socket实现
HttpProxy1.0
- System.Net 和System.Net.Socket 命名空间下实现Http的代理, 采用异步代理, 高手勿见笑.
src
- 实现内容过滤,也是用socket发送http的绝好例子。数据通过AES和RC4加密,所以也是加密算法的很好例子。
用Socket 实现http
- 一个用socket去实现http协议的程序-with a socket to realize http protocol procedures
socket
- 此题目为实现一个采用TCP协议实现多线程的web server.即使用操作系统提供的多线程库实现多线程并发服务器具体要求为,在浏览器中输入 http://127.0.0.1:6789/index.html 可正确显示纯html文件index.html
用socket实现的http客户端
- 纯socket实现的http客户端程序,对初学者很有学习价值
HttpDonwload
- CHttpDownload类支持http下载文件,用socket实现, 简单的非阻塞超时机制 CBase64类实现Base64编码解码,可用于解决http协议的授权验证问题
libfsnet-0.0.1-src.tar
- 包含SMTP,POP3,FTP,HTTP...通讯协议实现的库,以及socket的api。-The libFSNetwork library contains network classes for protocols like SMTP,POP3,FTP,HTTP...etc. and a wrapped socket-api-class
HTTPsocket
- socket编程实现网络传输视频,利用http协议-transmit video programming network socket using http protocol
CSharpnet
- C#网络编程随书源代码,讲解了Socket编程基础,以及FTP,HTTP下载,SMTP实现邮件客户端,等网络编程基础。-C# network programming source code with the book to explain the basis for Socket programming, as well as FTP, HTTP download, SMTP mail client to achieve, such as network programming foundati
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.
Lserver
- httpsocket通信 实现了通过socket发送http协议的post/get命令-The communication of httpsocket achieve post/get to send http protocol through socket command
Http-test
- 通过socket,实现http协议!支持get\post等操作。是用C++来实现的~-Through the socket, to achieve http protocol! Support get \ post and other operations. Achieved with C++ ~
aPLib-1.1.1
- 直接用socket实现HTTP协议VC网络通信源码(Socket directly with HTTP protocol, VC network communication source code)