Man page - lua-uri-telnet(3)
Packages contains this manual
Manual
LUA-URI-TELNET
NameDescription
References
Name
lua-uri-telnet - Telnet URI support for Lua URI library
Description
The class "uri.telnet" is used for URIs with the "telnet" scheme. It inherits from the uri._login class.
Telnet URIs are not allowed to have any information in their path part, because there isnβt any specification defining what it would mean. An empty path or a path of β/β is acceptable, and normalized to β/β. Any other path is considered invalid.
The default port for telnet URIs isΒ 23.
There are no extra methods defined for telnet URIs, only those described in lua-uri (3) and lua-uri-_login (3).
References
This class is based on " RFC 4248" .