michael b8ef2c11a1 * Add support to use GNU TLS hace 6 años
..
README.txt 87b6646e02 * Demo for simple file server hace 8 años
index.css 87b6646e02 * Demo for simple file server hace 8 años
index.html 87b6646e02 * Demo for simple file server hace 8 años
simpleserver.lpi b0c264948e * Rework SSL handling to be pluggable, add HTTPS support to fphttpserver hace 6 años
simpleserver.pas b8ef2c11a1 * Add support to use GNU TLS hace 6 años

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.