?? readme.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 + -