webhook/internal/hook
Cameron Moore 62f9c01cab Add option to send raw request body to command
The existing `entire-payload` option sends a JSON representation of the
parsed request body.  Add a new `raw-request-body` source to send the
raw request body.

Fixes #439
2020-11-25 10:20:10 -06:00
..
hook.go Add option to send raw request body to command 2020-11-25 10:20:10 -06:00
hook_test.go Use strings.ToLower on source name parameters 2020-11-21 10:00:03 -06:00
request.go Move some request parsing into hook package 2020-11-17 15:00:58 -06:00