From 0a740eb136d2680bb994891652bc6b60edab5f99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Thu, 20 Jun 2019 21:45:49 -0300 Subject: [PATCH] Export of http unmarshaller 0.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- http/unmarshaller/v02.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 http/unmarshaller/v02.js diff --git a/http/unmarshaller/v02.js b/http/unmarshaller/v02.js new file mode 100644 index 0000000..8ae0d3e --- /dev/null +++ b/http/unmarshaller/v02.js @@ -0,0 +1,3 @@ +var Unmarshaller = require("../../lib/bindings/http/unmarshaller_0_2.js"); + +module.exports = Unmarshaller;