summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortjpcc <tjp@ctrl-c.club>2023-08-12 10:47:51 -0600
committertjpcc <tjp@ctrl-c.club>2023-08-12 10:47:51 -0600
commit7d3cbefde656d5520067d56eeb44a8ba1f39d672 (patch)
treef8c12c0cc911cf24743798bbda6f3910f176db1a /README.md
parent23bc5f4fb7542e64c94eaa7fe2c7a6aa55010898 (diff)
multi-protocol client
Fixes #4
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f07fe61..56fb71f 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,7 @@ sliderule is carefully structured as composable building blocks. The top-level p
* a "Server" interface type
* a "Handler" abstraction
* a "Middleware" abstraction
+* a "Client" which handles all the protocols known to sliderule
* some useful Handler wrappers: a router, request filtering, falling through a list of handlers
## Protocols