搜索资源列表
用Java实现Web服务器
- 用Java实现Web服务器 本文实现了GET请求的Web服务器程序的方法,通过创建ServerSocket类对象,监听端口8080; 等待、接受客户机连接到端口8080; 创建与socket字相关联的输入流和输出流 然后,读取客户机的请求信息,若请求类型是GET,则从请求信息中获取所访问的HTML文件名,如果HTML文件存在,则打开HTML文件,把HTTP头信息和HTML文件内容通过socket传回给Web浏览器,然后关闭文件。否则发送错误信息给Web浏览器。最后,关闭与相应Web浏览器连接
simple-http-server
- 该工程实现了一个简单的http服务器,如果您想编写一个自己的web服务器,可以参考本程序。-the project to achieve a simple http server, if you want to prepare their own web server, the reference to the procedures.
HTTP_SERVER001
- 一个HTTP-WEB服务器VC++代码例子-an HTTP-Web server code examples in VC
HttpServer.用java实现的简单HTTP的Web服务器端
- 一个用java实现的简单HTTP的Web服务器端,实现了套接字的基本工作原理,Using java to achieve a simple HTTP-Web server-side to achieve the basic working principle of Sockets
fws
- http web server c语言实现,兼容windows和linux,实现http web server的基本,支持gzip压缩-http web serverc language, compatible with windows and linux, the realization of the basic http web server, support for gzip compression
HTTP-server-source-code
- HTTP服务器源代码(http是超文本传输协议,http服务器就是能运行和解析超文本代码的)-HTTP server source code (http is the hypertext transfer protocol, http server that can run and analytical hypertext code)
webalizer-2.01-10-src
- Analysis of HTTP log analysis system, on the web server to the HTTP log analysis, extraction of the website to access the data, and the perspective of many of these data, multi-target analysis, statistics, web access usage
HTTP_Spy-src
- A simple way to find the configuration of a Web Server is by using any one of the HTTP request methods HEAD and GET.
CsharpHTTPServer
- A small HTTP server built in C#. In it s current state, it only supports only the GET method, but can be extended to support any method in the RFC2616 standard. For cases where you only need a small, extensible web server to build off of, and you don
hfs-last-beta-src
- You can use HFS (HTTP File Server) to send and receive files. It s different from classic file sharing because it uses web technology to be more compatible with today s Internet. It also differs from classic web servers because it s ver
AspWebServer
- ASPWEB服务器(没有IIS也能调试ASP) 软件语言:简体中文 文件大小: 更新日期:2008-3-28 下载次数:5733 ::程序说明:: 感谢您使用时代网络ASPWEB服务器。该软件是在NETBOX核心下开发的一 套强大简洁的ASPWEB服务器,使用这个软件的您完全可以抛弃体积庞大的WINNT,WIN2000服 务器系统及漏洞百出的IIS了。现在你可以在任何一个系统上调试和发布您的ASP程序了。目 前测试通过的操作
Quick.n.Easy.Web.Server
- Quick n Easy Web Server 3.x by Pablo Software Solutions This application may not be sold, rented, leased, sublicensed or modified without permission of the author. This application is provided "AS IS" without warranty of any kind including, but n
http
- Building a Multi-Threaded Web Server.Most of the application layer protocols are relatively simple and text based.
http
- 一个用java写的简单的WEB服务器和浏览器,对于相关的学习者有点帮助,可以初步了理一下整个模型的编写-Using java to write a simple WEB server and browser, for a little help learners related, can initial the management about the preparation of the model
HTTP-vc6.0
- 一个简单功能的web服务器,开启后可以在浏览器打开浏览-A simple function of web server, open the browser open after browsing
appweb-src-2.4.3-0.tar
- Appweb是一個嵌入式HTTP Web服務器,主要的設計思路是安全。這是直接集成到客戶的應用和設備,便於開發和部署基於Web的應用程序和設備。它正迅速( 3500多要求每秒)和緊湊(從11萬) ,其中包括支持動態網頁製作,服務器端嵌入式腳本過程中的CGI ,可加載模塊,的SSL ,摘要式身份驗證,虛擬主機, Apache樣式配置,日誌記錄,單和多線程應用程序。Appweb是一個嵌入式HTTP Web服務器,主要的設計思路是安全。這是直接集成到客戶的應用和設備,便於開發和部署基於Web的應用程序
webserver
- 嵌入式web服务器源码,实现了在LPC2300上移植TCP/IP协议栈以及实现HTTP协议功能-embedded system web server
HTTP-server-examples
- VC++编程,实现http网络服务器实例,获取有关网络设置-VC++ programming, http web server instance, information about network settings
Http
- Delphi采用Indy实现HTTP实例DELPHI编写HTTP下载,支持WEB服务器功能-Delphi using Indy HTTP instance DELPHI writing HTTP download support WEB server function
httpd
- http web 服务 linux 下的实现。 嵌入式式平台移植(http web service embedded platform transplantation base on linux arm linux)