Skip to content

devWayne/hps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d5d08c1 · May 16, 2015

History

25 Commits
Jan 29, 2015
May 16, 2015
Sep 7, 2014
Nov 14, 2014
Sep 16, 2014
Sep 17, 2014
May 4, 2015
Nov 14, 2014
Apr 30, 2015

Repository files navigation

#Http Proxy ServerBuild Status

Fast HTTP proxy tool

NPM

##Usage

Global install hps

$ npm install -g hps

Write the config file

Write and save the config file

//proxy port
exports.port=7000;

//proxy path
exports.map=[
	['url','local file path']
];

Run Browser proxy

Use SwitchtSharp to run browser proxy

Run hps

./config.js is your config file path


$ hps start ./config.js

About

HTTTP Proxy Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published