Skip to content

zperf/webhook-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebHook Proxy

Usage

Start proxy at http://127.0.0.1:4000, assume http proxy is running at http://127.0.0.1:8899

go run main.go

It will forward

http://127.0.0.1:4000/hooks.foo.bar/abc123

To

https://hooks.foo.bar/abc123

For more flags, type go run main.go --help

About

Deliver webhooks with http proxy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages