From 69eb6fe0a6ac34cf412bd6ba23dd11c5b7fbd417 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Tue, 27 Apr 2021 00:34:17 +0200 Subject: server: replace guile with rust (init) this is just a quick barebones server, which doesn't really do yet what it is supposed to or what the guile version did. --- server/Readme.org | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 server/Readme.org (limited to 'server/Readme.org') diff --git a/server/Readme.org b/server/Readme.org deleted file mode 100644 index 1242159..0000000 --- a/server/Readme.org +++ /dev/null @@ -1,14 +0,0 @@ -#+TITLE: Simple Server that accepts survey answers - -Run with: -#+BEGIN_SRC -guile server.scm -#+END_SRC - -Will listen to localhost:8080, and accept files sent via POST with -mimetypes of either ~text/plain~ (which will be appended to a single -file in the working directory) or ~text/age~ (which will be kept as a -single file). - -Expects a custom header ~X-Survey~ in these requests to know which survey -the answer belongs to. -- cgit v1.2.3