New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

http_bouncer_client

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

http_bouncer_client

Client for the http_bouncer_service

latest
Source
npmnpm
Version
1.2.0
Version published
Maintainers
1
Created
Source

http_bouncer_client

Build Status Greenkeeper badge

Simple app that talks to http_bouncer_server using and replays http hits

About

I created this so I could have a public server listening for http hits, and then replay them locally.

Getting Started

Have an http_bouncer_server up and running

1) CLI Mode

http_bouncer_client -s http://another-server-blah-blah/ -c 'gavin:http://localhost/dev_application?query_string_to_merge=1' -c 'gavin2:http://localhost/dever_application?query_string_to_merge=1'

2) Custom script mode

var client = new require('http_bouncer_client')();
client.setServer('http://other-server-blah-blah/');
client.addChannel('gavin', 'http://localhost/dev_application?query_string_to_merge=1');
client.addChannel('gavin2', 'http://localhost/dever_application?query_string_to_merge=1');
client.start();

Release History

0.0.3 - 2014-06-27

  • Fix another bug with bin client (-c now works)

0.0.2 - 2014-06-19

  • Fix bug with bin client

0.0.1 - 2014-06-17

  • Initial Release

License

Copyright (c) 2014 Gavin Mogan Licensed under the MIT license.

FAQs

Package last updated on 28 May 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts