From f3a6dbd960cf67c0abcb035064c471f7c7077496 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Mon, 29 Jul 2019 13:47:56 -0300 Subject: [PATCH] HTTP Headers name for configuration, CloudEvents data attribute MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/bindings/http/constants.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/bindings/http/constants.js b/lib/bindings/http/constants.js index fafb771..cd23bd5 100644 --- a/lib/bindings/http/constants.js +++ b/lib/bindings/http/constants.js @@ -1,7 +1,10 @@ // Commons module.exports = { + HEADERS : "headers", CHARSET_DEFAULT : "utf-8", + DATA_ATTRIBUTE : "data", + MIME_JSON : "application/json", MIME_OCTET_STREAM : "application/octet-stream", MIME_CE : "application/cloudevents",