-
Notifications
You must be signed in to change notification settings - Fork 242
Closed
Description
The Github web interface for webhooks shows each webhook request that was sent, along with the request's delivery ID.
This delivery ID is not part of the JSON payload, but rather part of the HTTP headers.
I propose adding a "Delivery" member to each of the payload structs so that this information is available in the webhooks library.
Would you be receptive to a PR that did this?