diff options
author | stuebinm | 2021-04-27 00:34:17 +0200 |
---|---|---|
committer | stuebinm | 2021-04-27 00:34:17 +0200 |
commit | 69eb6fe0a6ac34cf412bd6ba23dd11c5b7fbd417 (patch) | |
tree | b81f466e459ee6384b4c13c816094013cd0df7f9 /server/Readme.org | |
parent | 91efe78471f080eb58ffdde2125c59cd76d1f62c (diff) |
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.
Diffstat (limited to 'server/Readme.org')
-rw-r--r-- | server/Readme.org | 14 |
1 files changed, 0 insertions, 14 deletions
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. |