-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Support CloudEvents with content-type application/cloudevents+json.
- Client must be able to send events with CloudEvent content-type. Probably a
PostWithCT()is needed whereContentTypeCloudEventcontent-type constant can be supplied. - Server & Lambda must be able to receive event requests with CloudEvent content-type. Or anything that matches
application/([^;]+\+)?json. See functionisJSONContentType().
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request