michael b8ef2c11a1 * Add support to use GNU TLS %!s(int64=7) %!d(string=hai) anos
..
README.txt 87b6646e02 * Demo for simple file server %!s(int64=8) %!d(string=hai) anos
index.css 87b6646e02 * Demo for simple file server %!s(int64=8) %!d(string=hai) anos
index.html 87b6646e02 * Demo for simple file server %!s(int64=8) %!d(string=hai) anos
simpleserver.lpi b0c264948e * Rework SSL handling to be pluggable, add HTTPS support to fphttpserver %!s(int64=7) %!d(string=hai) anos
simpleserver.pas b8ef2c11a1 * Add support to use GNU TLS %!s(int64=7) %!d(string=hai) anos

README.txt


Small demo for simple file module. The server will listen on a specified
port (default 3000) and will serve files starting from the current working
directory.

Just start the server, no options, and point your browser at
http://localhost:3000/

running simpleserver -h will provide some help.