webhook/test
Will Rouesnel 08fc28b38f Add streaming command support.
Add options
- `stream-stdout-in-response`
- `stream-stdout-in-response-on-error`
- `stream-command-kill-grace-period-seconds`

to allow defining webhooks which dynamically stream large content back to the
requestor. This allows the creation of download endpoints from scripts, i.e.
running a `git archive` command or a database dump from a docker container,
without needing to buffer up the original.
2019-03-01 15:41:20 +11:00
..
hookstream Add streaming command support. 2019-03-01 15:41:20 +11:00
hookecho.go Add streaming command support. 2019-03-01 15:41:20 +11:00
hooks.json.tmpl Add streaming command support. 2019-03-01 15:41:20 +11:00
hooks.yaml.tmpl Add streaming command support. 2019-03-01 15:41:20 +11:00