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>
7 files changed
tree: 066f16a8e612398ef1054a8b1170b39d6187ca37
  1. lib/
  2. src/
  3. .buckconfig
  4. .gitignore
  5. BUCK