diff options
author | bptato <nincsnevem662@gmail.com> | 2024-09-28 17:56:45 +0200 |
---|---|---|
committer | bptato <nincsnevem662@gmail.com> | 2024-09-28 17:56:45 +0200 |
commit | 1dea3e9fbe4a902db6325195df0d7a465f82cfc5 (patch) | |
tree | d400bcaa2fdf4c71a81919a45c0a58a345bbc8fc /doc/protocols.md | |
parent | 6a0e957e1f2c9f5bea0882efbf2e0494cd5074fa (diff) | |
download | chawan-1dea3e9fbe4a902db6325195df0d7a465f82cfc5.tar.gz |
gopher: do not depend on libcurl
I'm thinking of making libcurl entirely optional; let's start with the easiest part. I've added a SOCKS5 client for ALL_PROXY support; I know curl supported others too, but whatever.
Diffstat (limited to 'doc/protocols.md')
-rw-r--r-- | doc/protocols.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/protocols.md b/doc/protocols.md index f0f01b65..0d670797 100644 --- a/doc/protocols.md +++ b/doc/protocols.md @@ -63,8 +63,8 @@ In theory, FTPS should work too, but it is completely untested. ## Gopher -Gopher is supported through the `adapter/protocol/gopher.nim` libcurl -adapter. Gopher directories are passed as the `text/gopher` type, and +Gopher is supported through the `adapter/protocol/gopher.nim` adapter. +Gopher directories are passed as the `text/gopher` type, and `adapter/format/gopher.nim` takes care of converting this to HTML. Gopher selector types are converted to MIME types when possible; note however, |