summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.gmi1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.gmi b/README.gmi
index aac2864..4bf5a76 100644
--- a/README.gmi
+++ b/README.gmi
@@ -31,6 +31,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" implementation which wraps multiple protocol-specific clients and can handle URLs with a variety of schemes
* some useful Handler wrappers: a router, request filtering, falling through a list of handlers
## Protocols