| SimpleWebOutlineSimple web server. It supported only GET method. Requirements of systemWindows XP/2000/NT/Me/98 InstallationNo Installation needed. UsageExecute SimpleWeb.exe. 
  
    | SimpleWeb/1.0 [S]Waiting /
 GET /index.html HTTP/1.1
 Accept: */*
 Accept-Language: ja
 Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
 Host: localhost
 Connection: Keep-Alive
 
 [S]Requested file is index.html
 
 [S]FILE OPEN ERROR
 HTTP/1.0 404 Not Found
 
 [S]Waiting /
 GET / HTTP/1.1
 Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
    application/x-shock
 wave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, 
    application
 /msword, */*
 Accept-Language: ja
 Accept-Encoding: gzip, deflate
 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
 Host: localhost
 Connection: Keep-Alive
 
 [S]Requested file is
 
 HTTP/1.0 200 Ok
 Content-Type: text/html
 Content-Length: 7180
 
 [S]send: 7180 / 7180
 
 ...
 |  DownloadSource files and EXE file.simpleweb.zip
 |