JSPM

  • Created
  • Published
  • Downloads 197
  • Score
    100M100P100Q95143F
  • License MIT

hiproxy is a Node.js proxy client

Package Exports

  • hiproxy

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (hiproxy) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

hiproxy

A Node.js proxy client

Build Status Coverage Status npm Node.js version license

安装

npm install -g hiproxy

使用

  1. 启动服务
cd your_workspace
hiproxy start -p 5525 --debug
  1. 设置代理
127.0.0.1:5525

Help

  Usage:

    hiproxy [command] [option]

  Commands:

    start  启动代理服务

  Options:

    -v, --version   显示版本信息
    -h, --help      显示帮助信息
    -d, --debug     显示调试信息
    -D, --detail    显示详细调试信息
    --log-time      显示日志时间

TODO

核心功能

  • 配置文件解析(Nginx风格配置文件)
  • HTTP代理
  • HTTPS代理
  • HTTPS证书生成
  • 启动浏览器并设置代理
  • 生成自动代理文件
  • 完善文档
  • 完善测试

其他

Node.js API

  • 基本API
  • 配置文件查找接口
  • 配置文件名称接口
  • 指令扩展
  • ...