diff options
author | tjpcc <tjp@ctrl-c.club> | 2023-01-30 11:34:13 -0700 |
---|---|---|
committer | tjpcc <tjp@ctrl-c.club> | 2023-01-30 11:36:48 -0700 |
commit | 4f6f3dcd4b8c71f5caa52864092dbde22665a645 (patch) | |
tree | 19ae4d9203774173b83c25a91d7787d88bd3aa6a /README.gmi | |
parent | 9cbc5cdd467ccd8e68f0f5d1d971ab76c2946624 (diff) |
finger protocol
Diffstat (limited to 'README.gmi')
-rw-r--r-- | README.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Gus is carefully structured as composable building blocks. The top-level package ## Protocols -The packages gus/gemini and gus/gopher provide concrete implementations of gus abstractions specific to those protocols. +The packages gus/gemini, gus/gopher, and gus/finger provide concrete implementations of gus abstractions specific to those protocols. * I/O (parsing, formatting) request and responses * constructors for the various kinds of protocol responses * helpers for building a protocol-suitable TLS config |