added
authorRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 6 Jun 2020 09:01:30 +0000 (19:01 +1000)
committerRalph Ronnquist <ralph.ronnquist@gmail.com>
Sat, 6 Jun 2020 09:01:30 +0000 (19:01 +1000)
hobby-http.adoc [new file with mode: 0644]

diff --git a/hobby-http.adoc b/hobby-http.adoc
new file mode 100644 (file)
index 0000000..b476ecf
--- /dev/null
@@ -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.
+