From e2c1ab7465064838eca4db14784eb27e20e5c5ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Sun, 4 Aug 2019 13:28:18 -0300 Subject: [PATCH] New parameters for the generic receiber MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/bindings/http/receiver_binary_0_2.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/bindings/http/receiver_binary_0_2.js b/lib/bindings/http/receiver_binary_0_2.js index adf7aa4..a91d855 100644 --- a/lib/bindings/http/receiver_binary_0_2.js +++ b/lib/bindings/http/receiver_binary_0_2.js @@ -62,7 +62,9 @@ function Receiver(configuration) { setterByHeader, allowedContentTypes, requiredHeaders, - Spec02 + Spec02, + Constants.SPEC_V02, + Constants.BINARY_HEADERS_02.EXTENSIONS_PREFIX ); }