README.md

November 2, 2018 ยท View on GitHub

License Build Status

proxy-uri is a utility to help generate or parse Shadowsocks(R)/HTTP(S) URI.

Build from source

yarn deploy

Usage

Generate URI

import { Proxy } from 'proxy-uri';
proxy.toURI(false);

Parse URI

import { ProxyURI } from 'proxy-uri';
let proxies = ProxyURI.parse(uri);

More examples can be found in tests.

Projects

  • Potatso Lite

License

MIT LICENSE See LICENSE for more details.

Contents

  1. 1Build from source
  2. 2Usage
  3. 2.1Generate URI
  4. 2.2Parse URI
  5. 3Projects
  6. 4License