# Functions
No description provided by the author
No description provided by the author
No description provided by the author
RemoveAll remove all port forwrards that were created in this namespace.
RemovePortForward removes a single port forward.
Resolve resolves an address of the form <ip>:<port> to a direct address to the endpointIF - the ip address is a local address of this machine - port has a forwarding ruleELSE - return address unchanged.
ResolveURL rewrites a url to a direct address to the end point.
SetPortForward create a single port forward from host(port), to ip(addr) and dest(port) in this namespaceThe namespace is used to group port forward rules so they all can get terminatedwith one call later.
ValidHost checks if the host string is validValid hosts is (port, ip:port, or device:port).
# Interfaces
No description provided by the author