⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme.txt

📁 一个HTTPDWeb服务器源程序
💻 TXT
字号:
Baby Web Server by Pablo Software Solutions

This program was build in just a few hours, just to prove how easy it is to build a simple Web Server.
This 'baby' Web server has only the most necesarry features and needs a lot of work for it can be used as a 'real' server.

Features:
Multi threaded
Real time server log
Configure directory for webpages (same for all connections)
Configure default HTML page
Support for GET and HEAD methods
Sends directory listing if default HTML is not found in directory
Basic error handling.
POST support (forms)
ASP support (Request, Response, Server and Form collections)
Cookie support (including 'arrays' and enumeration!)
Session support
SSI (Server Side Includes) support

Known limitations:
Most collections are case sensitive unlike real ASP collections!!!
Form and QueryString collections do not support arrays at this moment -> no list/combobox support
Application object not implemented
Session collection does not support objects (only integer and string values can be stored) ->
Session collection should be implemented as an IVariantDictionary


Copyright Pablo Software Solutions 
http://www.pablovandermeer.nl

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -