michael b8ef2c11a1 * Add support to use GNU TLS 6 سال پیش
..
README.txt 87b6646e02 * Demo for simple file server 8 سال پیش
index.css 87b6646e02 * Demo for simple file server 8 سال پیش
index.html 87b6646e02 * Demo for simple file server 8 سال پیش
simpleserver.lpi b0c264948e * Rework SSL handling to be pluggable, add HTTPS support to fphttpserver 6 سال پیش
simpleserver.pas b8ef2c11a1 * Add support to use GNU TLS 6 سال پیش

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.