diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-08-25 11:31:00 -0600 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-08-25 11:31:00 -0600 |
commit | ff57f73c72dc75cc19e015a1b6e98c6203511c44 (patch) | |
tree | 1ce5e203d7bc7451651d4338b0a64cd52cb9015c /README.gmi | |
parent | 4779fe81dd373476b06cb092dc7110e192eda5c3 (diff) |
add multi-client to READMEv1.1.0
Diffstat (limited to 'README.gmi')
-rw-r--r-- | README.gmi | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |