summaryrefslogtreecommitdiff
path: root/docs/common/lib_server.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/common/lib_server.txt')
-rw-r--r--docs/common/lib_server.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/common/lib_server.txt b/docs/common/lib_server.txt
deleted file mode 100644
index 392f331d..00000000
--- a/docs/common/lib_server.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-TITLE lib/server
-
-This provides various classes for implementing client/server applications (and UNIX daemons).
-
-The stars of the show are ServerTLS and Protocol, which allow client server applications which communicate using TLS (SSL successor) to be built with surprisingly few lines of code.
-
-All details in the respective class files.
-
-Look at test/basicserver for examples.