Skip to content

dustin/multipost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Somewhat reliably send a webhook request to a bunch of URLs concurrently (with retries, etc...)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages