diff --git a/lib/bindings/http/constants.js b/lib/bindings/http/constants.js index fea4a2a..8b1898f 100644 --- a/lib/bindings/http/constants.js +++ b/lib/bindings/http/constants.js @@ -6,5 +6,15 @@ module.exports = { MIME_CE : "application/cloudevents", MIME_CE_JSON : "application/cloudevents+json", - HEADER_CONTENT_TYPE : "content-type" + HEADER_CONTENT_TYPE : "content-type", + + BINARY_HEADERS_02 : { + TYPE : "ce-type", + SPEC_VERSION : "ce-specversion", + SOURCE : "ce-source", + ID : "ce-id", + TIME : "ce-time", + SCHEMA_URL : "ce-schemaurl", + EXTENSIONS_PREFIX : "ce-" + } }