whosonfirst / go-webhookd

Go package to implement a bucket-brigrade style webhook server where requests are relayed through a receiver, one or more transformations and one or more dispatchers each of which have interfaces and are defined using a URI-based syntax to allow for custom processing.
BSD 3-Clause "New" or "Revised" License
26 stars 7 forks source link

add http forwarder #29

Open bradstimpson opened 1 year ago

bradstimpson commented 1 year ago

added an http forwarder dispatcher - can be configured in the config.json with http://host/test

bradstimpson commented 1 year ago

@thisisaaronland any suggestions on how to modify this?

thisisaaronland commented 1 year ago

Something like this?

https://github.com/whosonfirst/go-webhookd/pull/29#discussion_r1256498605