From 06085dd5f5a4f00da020065a01cb4dc23d1ecfff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Wed, 24 Jul 2019 15:40:54 -0300 Subject: [PATCH] Closes #23 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- lib/bindings/http/commons.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/bindings/http/commons.js b/lib/bindings/http/commons.js index cd6dc14..f713822 100644 --- a/lib/bindings/http/commons.js +++ b/lib/bindings/http/commons.js @@ -1,5 +1,6 @@ const Constants = require("./constants.js"); +// Specific sanity for content-type header function sanityContentType(contentType) { if(contentType) { return Array.of(contentType)