搜索资源列表
HttpServerexample
- 本程序实现了一个Http服务器,能够接受客户端(浏览器)的连接请求,可以更改当前 的Http服务目录,而且能够将指定的网页发送到客户浏览器, 本程序是—个基于对话柜的MFC应用程序,主要介绍如何利用socket(套接字)实现Http 协议等内容。请使用vc++.net运行本程序。-This Program realize a Http Server which can accept the connection request of client and change the current H
multi_thread_socket_filetrans
- 多线程socket文件传输/支持断点续传/收发消息/点对多点 使用阻塞方式的socket,使用多线程,有较高的性能. 在局域网中测试达到极限速度. 支持断点续传. 服务端可同时接收多个文件. 传输文件的同时可以发送网络消息.-multi-threaded socket file transfer / support HTTP / transceiver news / obstruction use point-to-multipoint modes of socket, m
HPScktSrvr-IPv6
- High performance socket server based on Windows Completion Port and with using Windows Socket Extensions. IPv6 supported. Version 1.4. Included two demo: 1) Simple HTTP server what can work in HTTP and HTTP over SSL mode (HTTPS). SSL mode ba
HttpProxyServer
- 一款简单的HTTP代理服务器源代码,用了基本的socket套接字进行编程,希望对大家有帮助!-A simple HTTP proxy server source code, with a basic socket socket programming, we want to help!
transfer
- 用socket实现了文件传输,包括完整的客户端和服务器端,实现了断点续传功能,服务器端新起一个线程来处理接受文件的工作。-Achieved with the socket file transfer, including the complete client and server side HTTP features implemented, the new server to handle from one thread to accept documentation.
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
ACE_DEMO
- ACE网络组件使用实例。本源码分为两个部分,分为用ACE写的服务端和用ACE写的客户端。-Network components using the example of ACE. The source is divided into two parts, divided into services with ACE client to write and write with ACE client.
synapse_r38
- synchronyous套接字。文件的内容:1。)关于突触2。)分发包3。)安装说明4。)使用说明Synapse的公司网址是http://synapse.ararat.cz/在公司网址是文档系统和维基其它信息。1。)关于突触突触库的目的是创建类和功能,从而显着简化应用程序的网络通信编程使用Winsock完整的图书馆。2。)分发包包装必须与子目录解。目前这些derectories:\的HTML -遥Synapse的支持Web的在线版本\来源-突触的源代码\源\ Lib -共享单位\源\示范- Sy
HTTPDownload
- 一款用socket来实现的http下载工具。-Achieved with a socket to http download tool.
xuchuan
- 断点续传与多线程传输文件的实例。代码用VC完成,效率高。-HTTP to transfer files with multi-threaded example. Code completion with the VC and high efficiency.
astro-spacesocket-a5dead8
- WebSockets From Space* * There are no users in space, only astronauts with the latest browser. Therefore no graceful fallback is attempted. API Setup var server = http.createServer(...) server.listen(port) require( spacesock
HTTP1
- 1. 编写简单的HTTP 1.0 客户端程序;编写简单的HTTP 1.0 服务器程序; (1) 实践内容 (2) 实现过程 注意: ① 具体体现Socket的编程流程,注意区分Java Socket与其它Socket的区别; ② 在此实践中某些功能模块的实现流程; ③ 最好利用UML的类图或结构化的程序流程图来描述程序的实现过程; (3) 关键技术 关键写出在完成各个功能时所使用的具体函数,但不要将全部程序代码粘贴; (4) 遇到的问
HttpDownload
- <C/C++> Socket编程Http下载的简单实现 按照Http协议,使用Socket连接并发送请求头给Http服务器,若服务器正确响应,返回请求文件数据,接收并写文件保存-<C/C++> The Socket programming Http Download the simple implementation in accordance with the Http protocol using the Socket connection and send the
socket-file
- 使用阻塞方式的socket,使用多线程,有较高的性能.在局域网中测试达到极限速度.支持断点续传.服务端可同时接收多个文件-Use blocking mode socket, multi-threaded, with high performance in the LAN test reaches the speed limit. Support HTTP. Services client can receive multiple files simultaneously
hc_httpclient
- 一个优秀的http客户端,使用socket套接字。轻松实现http数据包的封装。-http client with socket
EasyHttp-develop
- EasyHttp 使用socket封装http操作(EasyHttp encapsulates HTTP operations with socket)
http下载
- 利用SOCKET实现应用层HTTP通讯Demo(socket with http protocol Demo)
SimpleHttpServer
- 利用C# socket 实现httpserver(Implementation of httpserver with C# socket)
