Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
sendgrid / helpers / eventwebhook / eventwebhook_header.py
Size: Mime:
class EventWebhookHeader:
    """
    This class lists headers that get posted to the webhook. Read the docs for
    more details: https://sendgrid.com/docs/for-developers/tracking-events/event
    """
    SIGNATURE = 'X-Twilio-Email-Event-Webhook-Signature'
    TIMESTAMP = 'X-Twilio-Email-Event-Webhook-Timestamp'

    def __init__(self):
        pass