Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dustin/multipost
Somewhat reliably send a webhook request to a bunch of URLs concurrently (with retries, etc...)
https://github.com/dustin/multipost
Last synced: 3 days ago
JSON representation
Somewhat reliably send a webhook request to a bunch of URLs concurrently (with retries, etc...)
- Host: GitHub
- URL: https://github.com/dustin/multipost
- Owner: dustin
- Created: 2013-02-05T22:22:12.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-31T21:04:37.000Z (over 10 years ago)
- Last Synced: 2024-11-11T13:06:33.710Z (about 1 month ago)
- Language: Go
- Size: 133 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# HTTP MultiPoster
This is a tool to help reliably deliver a webhook to multiple
destinations. The given input will be provided to each of the
specified URLs concurrently until all of them have succeeded or it has
tried too many times.Example:
./multipost http://something/ http://somethingelse/ < /some/input