proxy-uri is a utility to help generate or parse Shadowsocks(R)/HTTP(S) URI.
yarn deploy
import { Proxy } from 'proxy-uri';
proxy.toURI(false);
import { ProxyURI } from 'proxy-uri';
let proxies = ProxyURI.parse(uri);
More examples can be found in tests.
MIT LICENSE
See LICENSE for more details.