org.conman.parsers.url.gopher

Parse "gopher:" URLs

$ luarocks install org.conman.parsers.url.gopher

Parse "gopher:" URLs into a Lua table. This can only handle
"gopher:" URLs. If you need to parse more than just "gopher:" URLs,
then you can include, for example, "org.conman.parsers.url.url" and
merge the two:

gopher = require "org.conman.parsers.url.gopher"

url = require "org.conman.parsers.url.url"

url = gopher + url

It really is that simple.

Versions

2.0.0-33 years ago19 downloads
2.0.0-23 years ago19 downloads
2.0.0-15 years ago78 downloads
1.0.0-16 years ago48 downloads

Dependencies

LPeg >= 1.0.0
lua >= 5,1, <= 5.4

Labels

Manifests