From 39acea29f820ba0a84f324dcaafefc68dc602cd2 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Sat, 6 Jun 2020 19:01:30 +1000 Subject: [PATCH] added --- hobby-http.adoc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 hobby-http.adoc 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. + -- 2.39.2