MCPcopy Create free account
hub / github.com/cnodejs/nodeclub / Request

Function Request

test/support/http.js:40–46  ·  view source on GitHub ↗
(app, address)

Source from the content-addressed store, hash-verified

38// };
39
40function Request(app, address) {
41 this.data = [];
42 this.header = {};
43 this.app = app;
44 this.server = app;
45 this.addr = address || this.server.address();
46}
47
48/**
49 * Inherit from `EventEmitter.prototype`.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected