From: Ralph Ronnquist Date: Sat, 6 Jun 2020 09:01:30 +0000 (+1000) Subject: added X-Git-Url: https://git.rrq.au/?a=commitdiff_plain;h=39acea29f820ba0a84f324dcaafefc68dc602cd2;p=rrq%2Fnewlisp-ftw.git added --- diff --git a/hobby-http.adoc b/hobby-http.adoc new file mode 100644 index 0000000..b476ecf --- /dev/null +++ b/hobby-http.adoc @@ -0,0 +1,13 @@ +hobby-http.lsp +============== + +This script utilizes newlisp's built-in HTTP service for serving a +directory tree. Run as + + $ newlisp hobby-http.lsp -c -http -d $PORT -w $ROOT + +It limits to handling GET and HEAD requests. + +See http://www.newlisp.org/downloads/manual_frame.html for details on +newlisp. +