initial
[rrq/newlisp/hobby-http.git] / hobby-http.adoc
1 hobby-http.lsp
2 ==============
3
4 This script utilizes newlisp's built-in HTTP service for serving a
5 directory tree. Run as
6
7     $ newlisp hobby-http.lsp -c -http -d $PORT -w $ROOT
8
9 It limits to handling GET and HEAD requests.
10
11 See http://www.newlisp.org/downloads/manual_frame.html for details on
12 newlisp.
13