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;