typespeed 2.0.21 → 2.0.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/core.decorator.js +1 -30
- package/dist/default/default-authentication.class.js +25 -0
- package/dist/default/express-server.class.js +11 -4
- package/dist/default/log-default.class.js +0 -6
- package/dist/factory/authentication-factory.class.js +11 -0
- package/dist/factory/log-factory.class.js +9 -0
- package/dist/route.decorator.js +92 -2
- package/dist/typespeed.d.ts +40 -3
- package/dist/typespeed.js +3 -1
- package/package.json +1 -1
- package/src/core.decorator.ts +1 -29
- package/src/default/default-authentication.class.ts +10 -0
- package/src/default/express-server.class.ts +12 -5
- package/src/default/log-default.class.ts +0 -10
- package/src/factory/authentication-factory.class.ts +9 -0
- package/src/factory/log-factory.class.ts +9 -2
- package/src/route.decorator.ts +91 -3
- package/src/typespeed.d.ts +40 -3
- package/src/typespeed.ts +1 -0
- package/test/node_modules/.package-lock.json +65 -101
- package/test/node_modules/@types/body-parser/LICENSE +21 -0
- package/test/node_modules/@types/body-parser/README.md +16 -0
- package/test/node_modules/@types/body-parser/index.d.ts +107 -0
- package/test/node_modules/@types/body-parser/package.json +58 -0
- package/test/node_modules/@types/connect/LICENSE +21 -0
- package/test/node_modules/@types/connect/README.md +16 -0
- package/test/node_modules/@types/connect/index.d.ts +93 -0
- package/test/node_modules/@types/connect/package.json +32 -0
- package/test/node_modules/@types/express/LICENSE +21 -0
- package/test/node_modules/@types/express/README.md +16 -0
- package/test/node_modules/@types/express/index.d.ts +136 -0
- package/test/node_modules/@types/express/package.json +45 -0
- package/test/node_modules/@types/express-serve-static-core/LICENSE +21 -0
- package/test/node_modules/@types/express-serve-static-core/README.md +16 -0
- package/test/node_modules/@types/express-serve-static-core/index.d.ts +1281 -0
- package/test/node_modules/@types/express-serve-static-core/package.json +55 -0
- package/test/node_modules/@types/mime/LICENSE +21 -0
- package/test/node_modules/@types/mime/Mime.d.ts +10 -0
- package/test/node_modules/@types/mime/README.md +16 -0
- package/test/node_modules/@types/mime/index.d.ts +35 -0
- package/test/node_modules/@types/mime/lite.d.ts +7 -0
- package/test/node_modules/@types/mime/package.json +29 -0
- package/test/node_modules/@types/qs/LICENSE +21 -0
- package/test/node_modules/@types/qs/README.md +16 -0
- package/test/node_modules/@types/qs/index.d.ts +62 -0
- package/test/node_modules/@types/qs/package.json +65 -0
- package/test/node_modules/@types/range-parser/LICENSE +21 -0
- package/test/node_modules/@types/range-parser/README.md +55 -0
- package/test/node_modules/@types/range-parser/index.d.ts +35 -0
- package/test/node_modules/@types/range-parser/package.json +25 -0
- package/test/node_modules/@types/send/LICENSE +21 -0
- package/test/node_modules/@types/send/README.md +16 -0
- package/test/node_modules/@types/send/index.d.ts +231 -0
- package/test/node_modules/@types/send/package.json +33 -0
- package/test/node_modules/@types/serve-static/LICENSE +21 -0
- package/test/node_modules/@types/serve-static/README.md +16 -0
- package/test/node_modules/@types/serve-static/index.d.ts +113 -0
- package/test/node_modules/@types/serve-static/package.json +38 -0
- package/test/src/config.json +5 -0
- package/test/src/custom-log.class.ts +6 -0
- package/test/src/jwt-authentication.class.ts +29 -0
- package/test/src/test-request.class.ts +36 -0
- package/test/node_modules/@acuminous/bitsyntax/.github/workflows/node-js-ci.yml +0 -17
- package/test/node_modules/@acuminous/bitsyntax/.github/workflows/node-js-publish.yml +0 -30
- package/test/node_modules/@acuminous/bitsyntax/LICENSE +0 -6
- package/test/node_modules/@acuminous/bitsyntax/LICENSE-MIT +0 -21
- package/test/node_modules/@acuminous/bitsyntax/Makefile +0 -15
- package/test/node_modules/@acuminous/bitsyntax/README.md +0 -308
- package/test/node_modules/@acuminous/bitsyntax/index.js +0 -10
- package/test/node_modules/@acuminous/bitsyntax/lib/compile.js +0 -303
- package/test/node_modules/@acuminous/bitsyntax/lib/constructor.js +0 -142
- package/test/node_modules/@acuminous/bitsyntax/lib/grammar.pegjs +0 -67
- package/test/node_modules/@acuminous/bitsyntax/lib/interp.js +0 -232
- package/test/node_modules/@acuminous/bitsyntax/lib/parse.js +0 -32
- package/test/node_modules/@acuminous/bitsyntax/lib/parser.js +0 -1173
- package/test/node_modules/@acuminous/bitsyntax/lib/pattern.js +0 -119
- package/test/node_modules/@acuminous/bitsyntax/package.json +0 -36
- package/test/node_modules/@acuminous/bitsyntax/test/consing.test.js +0 -50
- package/test/node_modules/@acuminous/bitsyntax/test/matching.test.js +0 -193
- package/test/node_modules/amqplib/.github/ISSUE_TEMPLATE/bug_report.md +0 -38
- package/test/node_modules/amqplib/.github/workflows/test.yml +0 -38
- package/test/node_modules/amqplib/CHANGELOG.md +0 -430
- package/test/node_modules/amqplib/LICENSE +0 -6
- package/test/node_modules/amqplib/LICENSE-MIT +0 -21
- package/test/node_modules/amqplib/Makefile +0 -47
- package/test/node_modules/amqplib/README.md +0 -157
- package/test/node_modules/amqplib/bin/generate-defs.js +0 -722
- package/test/node_modules/amqplib/callback_api.js +0 -22
- package/test/node_modules/amqplib/channel_api.js +0 -16
- package/test/node_modules/amqplib/examples/headers.js +0 -42
- package/test/node_modules/amqplib/examples/receive_generator.js +0 -39
- package/test/node_modules/amqplib/examples/send_generators.js +0 -42
- package/test/node_modules/amqplib/examples/ssl.js +0 -64
- package/test/node_modules/amqplib/examples/tutorials/README.md +0 -93
- package/test/node_modules/amqplib/examples/tutorials/callback_api/emit_log.js +0 -28
- package/test/node_modules/amqplib/examples/tutorials/callback_api/emit_log_direct.js +0 -30
- package/test/node_modules/amqplib/examples/tutorials/callback_api/emit_log_topic.js +0 -27
- package/test/node_modules/amqplib/examples/tutorials/callback_api/new_task.js +0 -27
- package/test/node_modules/amqplib/examples/tutorials/callback_api/receive.js +0 -30
- package/test/node_modules/amqplib/examples/tutorials/callback_api/receive_logs.js +0 -36
- package/test/node_modules/amqplib/examples/tutorials/callback_api/receive_logs_direct.js +0 -56
- package/test/node_modules/amqplib/examples/tutorials/callback_api/receive_logs_topic.js +0 -55
- package/test/node_modules/amqplib/examples/tutorials/callback_api/rpc_client.js +0 -49
- package/test/node_modules/amqplib/examples/tutorials/callback_api/rpc_server.js +0 -45
- package/test/node_modules/amqplib/examples/tutorials/callback_api/send.js +0 -29
- package/test/node_modules/amqplib/examples/tutorials/callback_api/worker.js +0 -35
- package/test/node_modules/amqplib/examples/tutorials/emit_log.js +0 -19
- package/test/node_modules/amqplib/examples/tutorials/emit_log_direct.js +0 -20
- package/test/node_modules/amqplib/examples/tutorials/emit_log_topic.js +0 -19
- package/test/node_modules/amqplib/examples/tutorials/new_task.js +0 -18
- package/test/node_modules/amqplib/examples/tutorials/package.json +0 -16
- package/test/node_modules/amqplib/examples/tutorials/receive.js +0 -21
- package/test/node_modules/amqplib/examples/tutorials/receive_logs.js +0 -28
- package/test/node_modules/amqplib/examples/tutorials/receive_logs_direct.js +0 -44
- package/test/node_modules/amqplib/examples/tutorials/receive_logs_topic.js +0 -43
- package/test/node_modules/amqplib/examples/tutorials/rpc_client.js +0 -52
- package/test/node_modules/amqplib/examples/tutorials/rpc_server.js +0 -39
- package/test/node_modules/amqplib/examples/tutorials/send.js +0 -23
- package/test/node_modules/amqplib/examples/tutorials/worker.js +0 -28
- package/test/node_modules/amqplib/examples/waitForConfirms.js +0 -22
- package/test/node_modules/amqplib/lib/api_args.js +0 -314
- package/test/node_modules/amqplib/lib/bitset.js +0 -130
- package/test/node_modules/amqplib/lib/callback_model.js +0 -327
- package/test/node_modules/amqplib/lib/channel.js +0 -499
- package/test/node_modules/amqplib/lib/channel_model.js +0 -302
- package/test/node_modules/amqplib/lib/codec.js +0 -321
- package/test/node_modules/amqplib/lib/connect.js +0 -189
- package/test/node_modules/amqplib/lib/connection.js +0 -663
- package/test/node_modules/amqplib/lib/credentials.js +0 -42
- package/test/node_modules/amqplib/lib/defs.js +0 -4966
- package/test/node_modules/amqplib/lib/error.js +0 -24
- package/test/node_modules/amqplib/lib/format.js +0 -40
- package/test/node_modules/amqplib/lib/frame.js +0 -113
- package/test/node_modules/amqplib/lib/heartbeat.js +0 -89
- package/test/node_modules/amqplib/lib/mux.js +0 -129
- package/test/node_modules/amqplib/package.json +0 -37
- package/test/node_modules/amqplib/test/bitset.js +0 -69
- package/test/node_modules/amqplib/test/callback_api.js +0 -312
- package/test/node_modules/amqplib/test/channel.js +0 -621
- package/test/node_modules/amqplib/test/channel_api.js +0 -596
- package/test/node_modules/amqplib/test/codec.js +0 -237
- package/test/node_modules/amqplib/test/connect.js +0 -197
- package/test/node_modules/amqplib/test/connection.js +0 -390
- package/test/node_modules/amqplib/test/data.js +0 -254
- package/test/node_modules/amqplib/test/frame.js +0 -198
- package/test/node_modules/amqplib/test/mux.js +0 -204
- package/test/node_modules/amqplib/test/util.js +0 -219
- package/test/node_modules/buffer-more-ints/.travis.yml +0 -6
- package/test/node_modules/buffer-more-ints/LICENSE +0 -19
- package/test/node_modules/buffer-more-ints/README.md +0 -69
- package/test/node_modules/buffer-more-ints/buffer-more-ints-tests.js +0 -183
- package/test/node_modules/buffer-more-ints/buffer-more-ints.js +0 -432
- package/test/node_modules/buffer-more-ints/package.json +0 -19
- package/test/node_modules/buffer-more-ints/polyfill.js +0 -71
- package/test/node_modules/core-util-is/LICENSE +0 -19
- package/test/node_modules/core-util-is/README.md +0 -3
- package/test/node_modules/core-util-is/lib/util.js +0 -107
- package/test/node_modules/core-util-is/package.json +0 -38
- package/test/node_modules/debug/LICENSE +0 -20
- package/test/node_modules/debug/README.md +0 -481
- package/test/node_modules/debug/package.json +0 -59
- package/test/node_modules/debug/src/browser.js +0 -269
- package/test/node_modules/debug/src/common.js +0 -274
- package/test/node_modules/debug/src/index.js +0 -10
- package/test/node_modules/debug/src/node.js +0 -263
- package/test/node_modules/inherits/LICENSE +0 -16
- package/test/node_modules/inherits/README.md +0 -42
- package/test/node_modules/inherits/inherits.js +0 -9
- package/test/node_modules/inherits/inherits_browser.js +0 -27
- package/test/node_modules/inherits/package.json +0 -29
- package/test/node_modules/isarray/README.md +0 -54
- package/test/node_modules/isarray/build/build.js +0 -209
- package/test/node_modules/isarray/component.json +0 -19
- package/test/node_modules/isarray/index.js +0 -3
- package/test/node_modules/isarray/package.json +0 -25
- package/test/node_modules/ms/index.js +0 -162
- package/test/node_modules/ms/license.md +0 -21
- package/test/node_modules/ms/package.json +0 -37
- package/test/node_modules/ms/readme.md +0 -60
- package/test/node_modules/querystringify/LICENSE +0 -22
- package/test/node_modules/querystringify/README.md +0 -61
- package/test/node_modules/querystringify/index.js +0 -118
- package/test/node_modules/querystringify/package.json +0 -38
- package/test/node_modules/readable-stream/LICENSE +0 -18
- package/test/node_modules/readable-stream/README.md +0 -15
- package/test/node_modules/readable-stream/duplex.js +0 -1
- package/test/node_modules/readable-stream/float.patch +0 -923
- package/test/node_modules/readable-stream/lib/_stream_duplex.js +0 -89
- package/test/node_modules/readable-stream/lib/_stream_passthrough.js +0 -46
- package/test/node_modules/readable-stream/lib/_stream_readable.js +0 -951
- package/test/node_modules/readable-stream/lib/_stream_transform.js +0 -209
- package/test/node_modules/readable-stream/lib/_stream_writable.js +0 -477
- package/test/node_modules/readable-stream/package.json +0 -32
- package/test/node_modules/readable-stream/passthrough.js +0 -1
- package/test/node_modules/readable-stream/readable.js +0 -10
- package/test/node_modules/readable-stream/transform.js +0 -1
- package/test/node_modules/readable-stream/writable.js +0 -1
- package/test/node_modules/requires-port/.travis.yml +0 -19
- package/test/node_modules/requires-port/LICENSE +0 -22
- package/test/node_modules/requires-port/README.md +0 -47
- package/test/node_modules/requires-port/index.js +0 -38
- package/test/node_modules/requires-port/package.json +0 -47
- package/test/node_modules/requires-port/test.js +0 -98
- package/test/node_modules/safe-buffer/LICENSE +0 -21
- package/test/node_modules/safe-buffer/README.md +0 -584
- package/test/node_modules/safe-buffer/index.d.ts +0 -187
- package/test/node_modules/safe-buffer/index.js +0 -62
- package/test/node_modules/safe-buffer/package.json +0 -37
- package/test/node_modules/string_decoder/LICENSE +0 -20
- package/test/node_modules/string_decoder/README.md +0 -7
- package/test/node_modules/string_decoder/index.js +0 -221
- package/test/node_modules/string_decoder/package.json +0 -25
- package/test/node_modules/url-parse/LICENSE +0 -22
- package/test/node_modules/url-parse/README.md +0 -153
- package/test/node_modules/url-parse/dist/url-parse.js +0 -755
- package/test/node_modules/url-parse/dist/url-parse.min.js +0 -1
- package/test/node_modules/url-parse/dist/url-parse.min.js.map +0 -1
- package/test/node_modules/url-parse/index.js +0 -589
- package/test/node_modules/url-parse/package.json +0 -49
|
@@ -1,189 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
//
|
|
3
|
-
//
|
|
4
|
-
|
|
5
|
-
// General-purpose API for glueing everything together.
|
|
6
|
-
|
|
7
|
-
'use strict';
|
|
8
|
-
|
|
9
|
-
var URL = require('url-parse');
|
|
10
|
-
var QS = require('querystring');
|
|
11
|
-
var Connection = require('./connection').Connection;
|
|
12
|
-
var fmt = require('util').format;
|
|
13
|
-
var credentials = require('./credentials');
|
|
14
|
-
|
|
15
|
-
function copyInto(obj, target) {
|
|
16
|
-
var keys = Object.keys(obj);
|
|
17
|
-
var i = keys.length;
|
|
18
|
-
while (i--) {
|
|
19
|
-
var k = keys[i];
|
|
20
|
-
target[k] = obj[k];
|
|
21
|
-
}
|
|
22
|
-
return target;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
// Adapted from util._extend, which is too fringe to use.
|
|
26
|
-
function clone(obj) {
|
|
27
|
-
return copyInto(obj, {});
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
var CLIENT_PROPERTIES = {
|
|
31
|
-
"product": "amqplib",
|
|
32
|
-
"version": require('../package.json').version,
|
|
33
|
-
"platform": fmt('Node.JS %s', process.version),
|
|
34
|
-
"information": "http://squaremo.github.io/amqp.node",
|
|
35
|
-
"capabilities": {
|
|
36
|
-
"publisher_confirms": true,
|
|
37
|
-
"exchange_exchange_bindings": true,
|
|
38
|
-
"basic.nack": true,
|
|
39
|
-
"consumer_cancel_notify": true,
|
|
40
|
-
"connection.blocked": true,
|
|
41
|
-
"authentication_failure_close": true
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
|
|
45
|
-
// Construct the main frames used in the opening handshake
|
|
46
|
-
function openFrames(vhost, query, credentials, extraClientProperties) {
|
|
47
|
-
if (!vhost)
|
|
48
|
-
vhost = '/';
|
|
49
|
-
else
|
|
50
|
-
vhost = QS.unescape(vhost);
|
|
51
|
-
|
|
52
|
-
var query = query || {};
|
|
53
|
-
|
|
54
|
-
function intOrDefault(val, def) {
|
|
55
|
-
return (val === undefined) ? def : parseInt(val);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
var clientProperties = Object.create(CLIENT_PROPERTIES);
|
|
59
|
-
|
|
60
|
-
return {
|
|
61
|
-
// start-ok
|
|
62
|
-
'clientProperties': copyInto(extraClientProperties, clientProperties),
|
|
63
|
-
'mechanism': credentials.mechanism,
|
|
64
|
-
'response': credentials.response(),
|
|
65
|
-
'locale': query.locale || 'en_US',
|
|
66
|
-
|
|
67
|
-
// tune-ok
|
|
68
|
-
'channelMax': intOrDefault(query.channelMax, 0),
|
|
69
|
-
'frameMax': intOrDefault(query.frameMax, 0x1000),
|
|
70
|
-
'heartbeat': intOrDefault(query.heartbeat, 0),
|
|
71
|
-
|
|
72
|
-
// open
|
|
73
|
-
'virtualHost': vhost,
|
|
74
|
-
'capabilities': '',
|
|
75
|
-
'insist': 0
|
|
76
|
-
};
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
// Decide on credentials based on what we're supplied.
|
|
80
|
-
function credentialsFromUrl(parts) {
|
|
81
|
-
var user = 'guest', passwd = 'guest';
|
|
82
|
-
if (parts.username != '' || parts.password != '') {
|
|
83
|
-
user = (parts.username) ? unescape(parts.username) : '';
|
|
84
|
-
passwd = (parts.password) ? unescape(parts.password) : '';
|
|
85
|
-
}
|
|
86
|
-
return credentials.plain(user, passwd);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
function connect(url, socketOptions, openCallback) {
|
|
90
|
-
// tls.connect uses `util._extend()` on the options given it, which
|
|
91
|
-
// copies only properties mentioned in `Object.keys()`, when
|
|
92
|
-
// processing the options. So I have to make copies too, rather
|
|
93
|
-
// than using `Object.create()`.
|
|
94
|
-
var sockopts = clone(socketOptions || {});
|
|
95
|
-
url = url || 'amqp://localhost';
|
|
96
|
-
|
|
97
|
-
var noDelay = !!sockopts.noDelay;
|
|
98
|
-
var timeout = sockopts.timeout;
|
|
99
|
-
var keepAlive = !!sockopts.keepAlive;
|
|
100
|
-
// 0 is default for node
|
|
101
|
-
var keepAliveDelay = sockopts.keepAliveDelay || 0;
|
|
102
|
-
|
|
103
|
-
var extraClientProperties = sockopts.clientProperties || {};
|
|
104
|
-
|
|
105
|
-
var protocol, fields;
|
|
106
|
-
if (typeof url === 'object') {
|
|
107
|
-
protocol = (url.protocol || 'amqp') + ':';
|
|
108
|
-
sockopts.host = url.hostname;
|
|
109
|
-
sockopts.servername = sockopts.servername || url.hostname;
|
|
110
|
-
sockopts.port = url.port || ((protocol === 'amqp:') ? 5672 : 5671);
|
|
111
|
-
|
|
112
|
-
var user, pass;
|
|
113
|
-
// Only default if both are missing, to have the same behaviour as
|
|
114
|
-
// the stringly URL.
|
|
115
|
-
if (url.username == undefined && url.password == undefined) {
|
|
116
|
-
user = 'guest'; pass = 'guest';
|
|
117
|
-
} else {
|
|
118
|
-
user = url.username || '';
|
|
119
|
-
pass = url.password || '';
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
var config = {
|
|
123
|
-
locale: url.locale,
|
|
124
|
-
channelMax: url.channelMax,
|
|
125
|
-
frameMax: url.frameMax,
|
|
126
|
-
heartbeat: url.heartbeat,
|
|
127
|
-
};
|
|
128
|
-
|
|
129
|
-
fields = openFrames(url.vhost, config, sockopts.credentials || credentials.plain(user, pass), extraClientProperties);
|
|
130
|
-
} else {
|
|
131
|
-
var parts = URL(url, true); // yes, parse the query string
|
|
132
|
-
protocol = parts.protocol;
|
|
133
|
-
sockopts.host = parts.hostname;
|
|
134
|
-
sockopts.servername = sockopts.servername || parts.hostname;
|
|
135
|
-
sockopts.port = parseInt(parts.port) || ((protocol === 'amqp:') ? 5672 : 5671);
|
|
136
|
-
var vhost = parts.pathname ? parts.pathname.substr(1) : null;
|
|
137
|
-
fields = openFrames(vhost, parts.query, sockopts.credentials || credentialsFromUrl(parts), extraClientProperties);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
var sockok = false;
|
|
141
|
-
var sock;
|
|
142
|
-
|
|
143
|
-
function onConnect() {
|
|
144
|
-
sockok = true;
|
|
145
|
-
sock.setNoDelay(noDelay);
|
|
146
|
-
if (keepAlive) sock.setKeepAlive(keepAlive, keepAliveDelay);
|
|
147
|
-
|
|
148
|
-
var c = new Connection(sock);
|
|
149
|
-
c.open(fields, function(err, ok) {
|
|
150
|
-
// disable timeout once the connection is open, we don't want
|
|
151
|
-
// it fouling things
|
|
152
|
-
if (timeout) sock.setTimeout(0);
|
|
153
|
-
if (err === null) {
|
|
154
|
-
openCallback(null, c);
|
|
155
|
-
} else {
|
|
156
|
-
// The connection isn't closed by the server on e.g. wrong password
|
|
157
|
-
sock.end();
|
|
158
|
-
sock.destroy();
|
|
159
|
-
openCallback(err);
|
|
160
|
-
}
|
|
161
|
-
});
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
if (protocol === 'amqp:') {
|
|
165
|
-
sock = require('net').connect(sockopts, onConnect);
|
|
166
|
-
}
|
|
167
|
-
else if (protocol === 'amqps:') {
|
|
168
|
-
sock = require('tls').connect(sockopts, onConnect);
|
|
169
|
-
}
|
|
170
|
-
else {
|
|
171
|
-
throw new Error("Expected amqp: or amqps: as the protocol; got " + protocol);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
if (timeout) {
|
|
175
|
-
sock.setTimeout(timeout, function() {
|
|
176
|
-
sock.end();
|
|
177
|
-
sock.destroy();
|
|
178
|
-
openCallback(new Error('connect ETIMEDOUT'));
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
sock.once('error', function(err) {
|
|
183
|
-
if (!sockok) openCallback(err);
|
|
184
|
-
});
|
|
185
|
-
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
module.exports.connect = connect;
|
|
189
|
-
module.exports.credentialsFromUrl = credentialsFromUrl;
|