Coverage for /var/srv/projects/api.amasfac.comuna18.com/tmp/venv/lib/python3.9/site-packages/sendgrid/helpers/eventwebhook/eventwebhook_header.py: 86%

5 statements  

« prev     ^ index     » next       coverage.py v6.4.4, created at 2023-07-17 14:22 -0600

1class EventWebhookHeader: 

2 """ 

3 This class lists headers that get posted to the webhook. Read the docs for 

4 more details: https://sendgrid.com/docs/for-developers/tracking-events/event 

5 """ 

6 SIGNATURE = 'X-Twilio-Email-Event-Webhook-Signature' 

7 TIMESTAMP = 'X-Twilio-Email-Event-Webhook-Timestamp' 

8 

9 def __init__(self): 

10 pass