文件名称:WebServerIIS
- 所属分类:
- Internet/网络编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-12-05
- 文件大小:
- 61kb
- 下载次数:
- 0次
- 提 供 者:
- ib***
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
相当于IIS的Http服务器小程序,对学习服务器编程有帮助。 该Web服务器的结构采用“请求/响应”的模型,具有支持多线程,配置网站所在目录和缺省主页,支持GET、POST和HEAD等方法,基本的错误处理,支持ASP等功能。-Corresponds to the the the IIS Http server program, learning server programming. The structure of the Web server request/response model, has support for multi-threaded configuration directory and the default home page of the website where support GET, POST, and HEAD methods, basic error handling, support for ASP and other functions.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
WebServerIIS\argp.cpp
............\argp.h
............\AUTHORS
............\config.h
............\exceptions
............\..........\BadRequestException.cpp
............\..........\BadRequestException.h
............\..........\BadUriException.cpp
............\..........\BadUriException.h
............\..........\Exception.cpp
............\..........\Exception.h
............\..........\FileException.cpp
............\..........\FileException.h
............\..........\FileNotFoundException.cpp
............\..........\FileNotFoundException.h
............\..........\ForbiddenException.cpp
............\..........\ForbiddenException.h
............\..........\HttpException.cpp
............\..........\HttpException.h
............\..........\InvalidFDException.cpp
............\..........\InvalidFDException.h
............\..........\RegexException.cpp
............\..........\RegexException.h
............\..........\SocketException.cpp
............\..........\SocketException.h
............\..........\SystemException.cpp
............\..........\SystemException.h
............\..........\TooManyProcesses.cpp
............\..........\TooManyProcesses.h
............\http
............\....\ErrorResponse.cpp
............\....\ErrorResponse.h
............\....\GETResponse.cpp
............\....\GETResponse.h
............\....\HeaderHandler.cpp
............\....\HeaderHandler.h
............\....\HeaderReader.cpp
............\....\HeaderReader.h
............\....\HEADResponse.cpp
............\....\HEADResponse.h
............\....\Http.h
............\....\HttpFile.cpp
............\....\HttpFile.h
............\....\HttpProcessor.cpp
............\....\HttpProcessor.h
............\....\HttpRequest.cpp
............\....\HttpRequest.h
............\....\HttpResponse.cpp
............\....\HttpResponse.h
............\....\HttpServer.cpp
............\....\HttpServer.h
............\....\URI.cpp
............\....\URI.h
............\LICENCE
............\main.cpp
............\maintanance
............\...........\MaintananceProcessor.cpp
............\...........\MaintananceProcessor.h
............\...........\MaintananceServer.cpp
............\...........\MaintananceServer.h
............\Makefile
............\mhttpd.stat
............\mhttpd.vpj
............\net
............\...\Socket.cpp
............\...\Socket.h
............\...\socketstream.cpp
............\...\socketstream.h
............\...\TcpServer.cpp
............\...\TcpServer.h
............\...\TcpSocket.cpp
............\...\TcpSocket.h
............\...\timedsocketstream.cpp
............\...\timedsocketstream.h
............\obj
............\README
............\stat
............\....\StatInputWatcher.cpp
............\....\StatInputWatcher.h
............\....\Statistics.cpp
............\....\Statistics.h
............\....\StatSocketStream.cpp
............\....\StatSocketStream.h
............\sys
............\...\AlarmListener.cpp
............\...\AlarmListener.h
............\...\ChildListener.cpp
............\...\ChildListener.h
............\...\ContinuationListener.cpp
............\...\ContinuationListener.h
............\...\ExceptionListener.cpp
............\...\ExceptionListener.h
............\...\File.cpp
............\...\File.h
............\...\InputListener.cpp
............\...\InputListener.h
............\...\InputWatcher.cpp
............\...\InputWatcher.h
............\...\Mutex.cpp
............\...\Mutex.h