Skip to content

tiny process that proxies the signal received at http to the backend process.

License

Notifications You must be signed in to change notification settings

s4ichi/http-signal-proxy

Repository files navigation

http-signal-proxy

CircleCI

http-signal-proxy is the tiny process that proxies the signal received at http to the backend process.

Installation

See https://github.com/s4ichi/http-signal/releases to install binary.

Usage

You can use following options.

$ ./http-signal --help
Usage:
  http-signal [OPTIONS]

Application Options:
  -c, --command= Destination command to proxying signals
  -p, --port=    Port number to listen http
  -f, --prefix=  Prefix path of url to listen http (default: /http-signal)

Help Options:
  -h, --help     Show this help message

Signals

Now, http-signal supports INT, TERM, HUP, QUIT, WINTH, USR1, USR2, TTIN, TTOU.

Endpoints

You can request with http (e.g., http://<YOUR_HOSTNAME>:<PORT>/<PREFIX>/sigint)

Setup

$ make setup

License

MIT

Author

Takamasa Saichi

About

tiny process that proxies the signal received at http to the backend process.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published