Arrangements to receiver impl

Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
Fabio José 2019-06-06 19:52:41 -03:00
parent a770b19922
commit a0484d9e5b
3 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@ var Spec02 = require("./specs/spec_0_2.js");
var JSONFormatter01 = require("./formats/json_0_1.js");
var HTTPStructured01 = require("./bindings/http/structured_0_1.js");
var HTTPStructured02 = require("./bindings/http/structured_0_2.js");
var HTTPBinary01 = require("./bindings/http/binary_0_1.js");
var HTTPBinary02 = require("./bindings/http/binary_0_2.js");
var HTTPBinary01 = require("./bindings/http/emitter_binary_0_1.js");
var HTTPBinary02 = require("./bindings/http/emitter_binary_0_2.js");
/*
* Class created using the Builder Design Pattern.