commit | 11c973bdb131e7b4d9e9dc5869395ab6f9324777 | [log] [tgz] |
---|---|---|
author | Jacek Centkowski <jcentkowski@collab.net> | Tue Sep 12 20:02:18 2017 +0200 |
committer | Jacek Centkowski <jcentkowski@collab.net> | Thu Nov 02 11:28:28 2017 +0100 |
tree | 066f16a8e612398ef1054a8b1170b39d6187ca37 | |
parent | aa40ebe5451e0f67a0e8f243254b53797240014a [diff] |
Add headers to EventProcessor Some webhooks require additional information as part of request headers e.g. GitHub event type is provided in header: X-GitHub-Event: push. This patch extends EventProcessor processing result with headers and wraps it into Request class. Change-Id: I6eb42092c663bce475a52c0aa4f30ce3163399aa Signed-off-by: Jacek Centkowski <jcentkowski@collab.net>