Skip to content

Instantly share code, notes, and snippets.

@ChALkeR
Last active August 26, 2016 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChALkeR/b5105c46643373adaf6ac6cd954d991b to your computer and use it in GitHub Desktop.
Save ChALkeR/b5105c46643373adaf6ac6cd954d991b to your computer and use it in GitHub Desktop.
http\.createClient in npm modules, as of 2016-08-04
active-client-0.1.1.tgz/lib/active-client.js:27: client = http.createClient(proxyPort || port, proxyHost || host, isTls, creds)
active-client-0.1.1.tgz/lib/active-client.js:30: client = http.createClient(proxyPort || port, proxyHost || host)
altshift-0.3.11-1.tgz/lib/altshift/http/client.js:147: httpClient = http.createClient(request.port, request.hostname, isSecure);
apac-czbaker-1.0.0.tgz/test/OperationHelper_test.js:25:http.createClient = function(port, host) {
apac-g-0.0.12.tgz/test/OperationHelper_test.js:25:http.createClient = function(port, host) {
apricot-0.0.6.tgz/lib/apricot.js:322: host = http.createClient(((urlInfo.protocol === 'http:') ? urlInfo.port || 80 : 443), urlInfo.hostname),
auto-share-0.0.7.tgz/lib/clients/transmission/transmission.js:148: var httpClient = http.createClient(this.port, this.host);
aws-0.0.3-2.tgz/lib/aws.js:187: var client = http.createClient(80, ip_address);
backplane-0.0.4.tgz/lib/BackplanePoller.js:65: if(config.ssl) newPoller.client = http.createClient(config.port,config.host,true);
backplane-0.0.4.tgz/lib/BackplanePoller.js:66: else newPoller.client = http.createClient(config.port,config.host,false);
backplane-0.0.4.tgz/test/BackplanePoller.test.js:188: expect(http.createClient).toHaveBeenCalledWith(443,'bus url',true);
backplane-0.0.4.tgz/test/BackplanePoller.test.js:28: expect(http.createClient).toHaveBeenCalledWith(80,'host url',false);
balancer-0.2.3.tgz/lib/balancer/index.js:117: var remote_request = http.createClient(selected[1], selected[0])
bb-server-0.4.34.tgz/lib/forwarder.js:31: var out = http.createClient(uri.port||80, uri.hostname);
bb-server-0.4.34.tgz/tryout/websocket.js:476: httpClient = http.createClient(u.port || 80, u.hostname);
bb-server-0.4.34.tgz/tryout/websocket.js:483: httpClient = http.createClient(sockPath);
beanstalk_worker-0.2.1.tgz/handlers/http_request.js:30: var client = http.createClient(port, uri.hostname);
biojs-vis-blast-0.1.5.tgz/node/lib/http.js:118:}, 'http.createClient is deprecated. Use `http.request` instead.');
biojs-vis-blast-0.1.5.tgz/node/test/pummel/test-http-client-reconnect-bug.js:37: var client = http.createClient(common.PORT);
biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-client-race-2.js:57: var client = http.createClient(common.PORT);
biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-client-race-2.js:82: var client2 = http.createClient(common.PORT);
biojs-vis-blast-0.1.5.tgz/node/test/simple/test-http-legacy.js:70: var client = http.createClient(common.PORT);
bitcoinjs-0.2.8.tgz/lib/websource/blockexplorer.js:22: var client = http.createClient(80, this.host);
bitcoin-p2p-0.1.3.tgz/lib/websource/blockexplorer.js:22: var client = http.createClient(80, this.host);
blitline-1.1.6.tgz/lib/blitline.js:33: var site = http.createClient(siteUrl.port || 80, siteUrl.host);
browser-soupselect-0.2.1.tgz/example.js:9: var client = http.createClient(80, host);
browserx-1.0.1.tgz/browser.js:60: var client = http.createClient(parsed.port || 80, parsed.hostname);
browsix-0.1.0.tgz/node/lib/http.js:99:}, 'http.createClient is deprecated. Use http.request instead.');
capt-0.6.0.tgz/lib/request.js:51: options.client = options.client ? options.client : http.createClient(options.proxy.port, options.proxy.hostname, secure);
capt-0.6.0.tgz/lib/request.js:54: options.client = options.client ? options.client : http.createClient(options.uri.port, options.uri.hostname, secure);
castaneum-0.2.2.tgz/lib/castaneum/index.js:45: var client = http.createClient(port, urlObj.hostname);
ceshi-0.0.1.tgz/registry/test.js:18: var client = http.createClient(5984, "jsregistry");
cgi-0.3.1.tgz/test/hello.js:10: var client = http.createClient(5555, '127.0.0.1');
cgi-0.3.1.tgz/test/node.js:11: var client = http.createClient(5555, '127.0.0.1');
cloud9-0.5.1.tgz/support/apf/core/browsers/node/XMLHttpRequest.js:167: client = http.createClient(port, host);
cloud9-0.5.1.tgz/support/connect/test/helpers/http.js:20: client = http.createClient(port),
cloud9-0.5.1.tgz/support/jsdav/support/formidable/test/system/test-multi-video-upload.js:56: var client = http.createClient(TEST_PORT),
cloud9-0.5.1.tgz/support/socket.io/support/node-websocket-client/lib/websocket.js:476: httpClient = http.createClient(u.port || 80, u.hostname);
cloud9-0.5.1.tgz/support/socket.io/support/node-websocket-client/lib/websocket.js:483: httpClient = http.createClient(sockPath);
cloudapp-0.1.1.tgz/lib/cloudapp.js:71: var request = http.createClient(80, url.host).request(method, pathname + (url.search || ''), headers);
cloudpub-0.1.2.tgz/rest.coffee:9: master = http.createClient(settings.MASTER_PORT, settings.MASTER)
cloudwise-0.0.1.tgz/lib/instrumentation/core/http.js:524: delete http.createClient
cloudwise-0.0.1.tgz/lib/instrumentation/core/http.js:525: http.createClient = deprecatedCreateClient
clowder-1.3.0.tgz/chrome-app/background.js:14553:}, 'http.createClient is deprecated. Use `http.request` instead.');
clowder-1.3.0.tgz/chrome-app/index.js:14911:}, 'http.createClient is deprecated. Use `http.request` instead.');
coffee-site-monitor-0.0.1.tgz/lib/site.coffee:76: client = http.createClient(url.port, url.host)
coffee-site-monitor-0.0.1.tgz/lib/site.js:149: var client = http.createClient(url.port, url.host);
commonjs-everywhere-0.9.7.tgz/node/lib/http.js:2115:}, 'http.createClient is deprecated. Use `http.request` instead.');
commons-0.0.1-pre.tgz/lib/commons/http/client/runtime/node.js:44: var client = http.createClient(request.port || 80, request.hostname);
commons-0.0.1-pre.tgz/lib/commons/shim/xhr/runtime/node.js:170: client = http.createClient(port, host, ssl);
como-0.2.7.tgz/lib/http.js:11: var connection = http.createClient(80, u['host']);
como-0.2.7.tgz/lib/http.js:37: var connection = http.createClient(80, u['host']);
compoundjs-1.1.2-7.tgz/support/nodeunit/lib/utils.js:143: var client = http.createClient(port, hostname);
compoundjs-1.1.2-7.tgz/templates/features/step_definitions/web_steps.js:195: server.client = http.createClient(server.__port);
compoundjs-1.1.2-7.tgz/templates/features/step_definitions/web_steps.js:38: server.client = http.createClient(server.__port);
connect-cache-0.2.1.tgz/lib/connect-cache.js:72: var client = http.createClient(loopback_port, loopback_host)
connect-cors-0.5.6.tgz/test/helpers/http.js:20: client = http.createClient(port),
connect-form-0.2.1.tgz/support/connect/test/helpers/http.js:20: client = http.createClient(port),
connect-jsonrpc-0.0.1.tgz/support/connect/test/helpers/http.js:20: client = http.createClient(port),
connect-load-balance-0.1.0.tgz/lib/connect-load-balance.js:43: client = http.createClient(backend_port, backend_host),
connect-oauth-0.4.5.tgz/test/lib/request.js:7: var client = http.createClient(TEST_PORT, '127.0.0.1'),
connect-rpx-0.1.4.tgz/lib/connect-rpx.js:67: var postRequest = http.createClient( 443, RPX_HOST, true ).request( 'POST', RPX_LOGIN_ROOT, toPostHeader );
connect-session-redis-store-0.0.2.tgz/support/connect/test/helpers/http.js:20: client = http.createClient(port),
connect-session-redis-store-0.0.2.tgz/test/helpers/http.js:20: client = http.createClient(port),
cortex-registry-server-2.0.7.tgz/registry/test.js:18: var client = http.createClient(5984, "jsregistry");
couchdb-tmp-1.0.1.tgz/lib/couchdb.js:112: httpClient = http.createClient(port, host),
couchdb-tmp-1.0.1.tgz/lib/couchdb.js:585: client = http.createClient(this.client.port, this.client.host, this.client.port == 443),
couchdev-1.0.0beta.tgz/demo/FetchDesign.coffee:50: couchdb = http.createClient 5984, "localhost"
couchdev-1.0.0beta.tgz/demo/FetchDesign.js:70: couchdb = http.createClient(5984, "localhost");
couchdev-1.0.0beta.tgz/demo/ListDBs.coffee:11:couchdb = http.createClient 5984, "localhost"
couchsurf-1.0.0.tgz/node-rest-client/test/test-proxy.js:65: var proxy = http.createClient(80, request.headers['host']);
cradle-fixed-0.3.1.tgz/lib/cradle.js:66: this.socket = http.createClient(this.port, this.host);
cradle-fixed-0.3.1.tgz/test/scripts/prepare-db.js:4:var client = http.createClient(5984, '127.0.0.1');
creatary-sdk-0.0.2.tgz/examples/rss-2-sms/rss-2-sms.js:104: var site = http.createClient(siteUrl.port || 80, siteUrl.host);
cruvee-0.1.1.tgz/lib/cruvee.js:122: var client = http.createClient(80, this.appUrl);
cwr2-0.0.1.tgz/lib/instrumentation/core/http.js:524: delete http.createClient
cwr2-0.0.1.tgz/lib/instrumentation/core/http.js:525: http.createClient = deprecatedCreateClient
cwr21-0.0.2.tgz/lib/instrumentation/core/http.js:524: delete http.createClient
cwr21-0.0.2.tgz/lib/instrumentation/core/http.js:525: http.createClient = deprecatedCreateClient
cwtest-1.0.0.tgz/lib/instrumentation/core/http.js:524: delete http.createClient
cwtest-1.0.0.tgz/lib/instrumentation/core/http.js:525: http.createClient = deprecatedCreateClient
cyber-apac-0.0.11.tgz/test/OperationHelper_test.js:25:http.createClient = function(port, host) {
david-nomo-example-0.0.2.tgz/trans_node.js:4:var google = http.createClient(80, url);
david-nomo-example-0.0.2.tgz/websocket/server.js:78:var twitter = http.createClient(80, 'stream.twitter.com');
dbslayer-0.2.0.tgz/dbslayer.js:24: var connection = http.createClient(this.port, this.host);
dena-robot-0.3.1.tgz/lib/common/util.js:138: client = http.createClient.apply(http, clientArgs);
earl-0.0.1.tgz/lib/rdfstore.js:1888: var client = http.createClient((parts.port || 80), parts.hostname);
earl-0.0.1.tgz/lib/rdfstore.js:36594: var client = http.createClient((parts.port || 80), parts.hostname);
easyrss-0.2.3.tgz/lib/easyrss.js:165: var client = http.createClient(parts.port, parts.hostname);
echo-0.1.9.tgz/lib/backplane/BackplanePoller.js:12: if(args.ssl) this.client = http.createClient(443,args.host,true);
echo-0.1.9.tgz/lib/backplane/BackplanePoller.js:13: else this.client = http.createClient(80,this.host,false);
echo-0.1.9.tgz/lib/echo/EchoConnector.js:181: var echoApi = http.createClient(80, self.apiHost);
echo-0.1.9.tgz/lib/echo/EchoConnector.js:202: var echoApi = http.createClient(80, self.apiHost);
echo-0.1.9.tgz/spec/backplane/BackplanePoller.js:186: expect(http.createClient).toHaveBeenCalledWith(443,'bus url',true);
echo-0.1.9.tgz/spec/backplane/BackplanePoller.js:26: expect(http.createClient).toHaveBeenCalledWith(80,'host url',false);
endtable-1.1.0.tgz/lib/dep/couchdb.js:114: httpClient = http.createClient(port, host),
endtable-1.1.0.tgz/lib/dep/couchdb.js:564: client = http.createClient(this.client.port, this.client.host),
esproxy-0.0.3.tgz/lib/elasticsearch.js:10: var client = http.createClient(this.elasticSearchPort, 'localhost'),
esproxy-0.0.3.tgz/lib/elasticsearch.js:20: var client = http.createClient(this.elasticSearchPort, 'localhost'),
esproxy-0.0.3.tgz/lib/response.js:58: var client = http.createClient(this.elasticSearchPort, 'localhost'),
evented-twitter-0.2.0.tgz/lib/evented-twitter.js:155: var client = http.createClient(80, API_HOST);
evented-twitter-0.2.0.tgz/lib/evented-twitter.js:241: var client = http.createClient(80, STREAM_HOST);
express-newrelic-1.27.4.tgz/lib/instrumentation/core/http.js:502: delete http.createClient
express-newrelic-1.27.4.tgz/lib/instrumentation/core/http.js:503: http.createClient = deprecatedCreateClient
express-on-railway-0.1.6-2.tgz/templates/features/step_definitions/web_steps.js:195: server.client = http.createClient(server.__port);
express-on-railway-0.1.6-2.tgz/templates/features/step_definitions/web_steps.js:38: server.client = http.createClient(server.__port);
express-rpx-0.1.7.tgz/lib/connect-rpx.js:67: var postRequest = http.createClient( 443, RPX_HOST, true ).request( 'POST', RPX_LOGIN_ROOT, toPostHeader );
extractcontent-0.1.0.tgz/lib/fetcher.js:26: var client = http.createClient(target.port || 80, target.hostname,
facebook-testers-tool-0.1.1.tgz/lib/url-fetcher.js:28: var client = http.createClient(80, host);
facebook-testers-tool-0.1.1.tgz/lib/url-fetcher.js:77: var client = http.createClient(4, host);
feed-tables-0.1.3.tgz/examples/nodejs-example.js:6: var service = http.createClient(urlp.port ? urlp.port : 80, urlp.hostname);
felix-couchdb-1.0.8.tgz/lib/couchdb.js:677: client = http.createClient(this.client.port, this.client.host, this.client.port == 443),
felix-couchdb-v6-1.0.4.tgz/lib/couchdb.js:109: httpClient = http.createClient(port, host),
felix-couchdb-v6-1.0.4.tgz/lib/couchdb.js:596: client = http.createClient(this.client.port, this.client.host, this.client.port == 443),
flickrnode-0.1.0.tgz/lib/request.js:48: return http.createClient(80, "api.flickr.com");
flickr-reflection-0.0.1.tgz/lib/flickr.js:126: var client = http.createClient(80, "api.flickr.com");
flush-all-0.1.1.tgz/node-v0.13/lib/http.js:120:}, 'http.createClient is deprecated. Use `http.request` instead.');
flush-all-0.1.1.tgz/node-v0.13/test/pummel/test-http-client-reconnect-bug.js:37: var client = http.createClient(common.PORT);
flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-client-race-2.js:57: var client = http.createClient(common.PORT);
flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-client-race-2.js:82: var client2 = http.createClient(common.PORT);
flush-all-0.1.1.tgz/node-v0.13/test/simple/test-http-legacy.js:70: var client = http.createClient(common.PORT);
forker-2.0.6.tgz/forker.js:87: p_req = http.createClient(fork.port, fork.host).request(req.method, req.url, p_hdrs)
forker-2.0.6.tgz/index.js:87: p_req = http.createClient(fork.port, fork.host).request(req.method, req.url, p_hdrs)
formidable-plus-1.0.12.tgz/test/legacy/system/test-multi-video-upload.js:59: var client = http.createClient(TEST_PORT),
fortumo-0.1.0.tgz/lib/fortumo.js:242: host = http.createClient(((urlInfo.protocol === 'http:') ? 80 : 443), urlInfo.hostname),
geddy-13.0.8.tgz/lib/sessions/stores/couchdb.js:118: var client = http.createClient(geddy.config.sessions.dbPort, geddy.config.sessions.hostname);
geo-0.0.3.tgz/lib/geo.js:83: connection = http.createClient(options.port, options.host);
googl-0.2.0.tgz/lib/googl/googl.js:15: var client = http.createClient(80, request_query.hostname);
graphviz-0.0.8.tgz/tests/server/app.js:73: var client = http.createClient(urlPort, urlHost);
gulp-externs-0.0.11.tgz/externs/node/v0.12.0/http.js:48:http.createClient = function(opt_port, opt_host) {};
hanging-gardens-2.0.7.tgz/lib/cache/distribution/http.js:19: client = http.createClient(url_port || 80, url_host);
hanging-gardens-2.0.7.tgz/lib/registry/remote/info.js:12: client = http.createClient(registry.port, registry.host);
hook.io-ws-0.0.1.tgz/lib/websocketModule.js:476: httpClient = http.createClient(u.port || 80, u.hostname);
hook.io-ws-0.0.1.tgz/lib/websocketModule.js:483: httpClient = http.createClient(sockPath);
hsume2-socket.io-0.6.172.tgz/support/node-websocket-client/lib/websocket.js:442: httpClient = http.createClient(u.port || 80, u.hostname);
hsume2-socket.io-0.6.172.tgz/support/node-websocket-client/lib/websocket.js:449: httpClient = http.createClient(sockPath);
hsume2-socket.io-0.6.172.tgz/tests/listener.js:73: var client = http.createClient(_server._port)
hsume2-socket.io-0.6.172.tgz/tests/transports.htmlfile.js:24: return http.createClient(s._port, 'localhost');
hsume2-socket.io-0.6.172.tgz/tests/transports.htmlfile.js:40: var client = http.createClient(server._port)
hsume2-socket.io-0.6.172.tgz/tests/transports.jsonp-polling.js:32: return http.createClient(s._port, 'localhost');
hsume2-socket.io-0.6.172.tgz/tests/transports.xhr-multipart.js:24: return http.createClient(s._port, 'localhost');
hsume2-socket.io-0.6.172.tgz/tests/transports.xhr-polling.js:22: return http.createClient(s._port, 'localhost');
htmlparser-papandreou-1.7.6-patch1.tgz/profile.js:31:http.createClient(testPort, testHost)
http-basic-auth-0.1.0.tgz/http-basic-auth.js:16: c.client = http.createClient(port, host, secure, credentials);
http-chrome-1.0.0.tgz/lib/http.js:124:}, 'http.createClient is deprecated. Use `http.request` instead.');
http-digest-0.1.0.tgz/tests/common.js:49: var client = http.createClient(settings.port, 'localhost');
httpmock-0.2.0.tgz/test/testExtensions.js:40: client = http.createClient(urlParts.port, urlParts.hostname),
http-node-1.2.0.tgz/http.js:99:}, 'http.createClient is deprecated. Use http.request instead.');
httpp-0.0.1.tgz/lib/httpp.js:1879:}, 'http.createClient is deprecated. Use `http.request` instead.');
human_not_found-apac-0.0.13.tgz/test/OperationHelper_test.js:25:http.createClient = function(port, host) {
inform-plugin-tropo-sms-0.1.1.tgz/lib/inform-plugin-tropo-sms/index.js:49: client = http.createClient(80, parsedURL.host);
iotdb-upnp-0.0.14.tgz/upnp/upnp.js:211: var client = clients[l.href] = http.createClient(l.port, l.hostname);
iotdb-upnp-0.0.14.tgz/upnp/upnp.js:311: var client = http.createClient(this.port, this.host);
itunes-0.0.6.tgz/itunes.js:66: var apple = http.createClient(80,self.server);
janrain-0.0.3.tgz/janrain.js:10: this.client = http.createClient(80, 'https://rpxnow.com');
jellyfish-0.0.11.tgz/lib/jellyproxy.js:128: var c = http.createClient(uri.port, uri.hostname);
jsapp-0.0.1.tgz/jsapp.js:55: var connect = http.createClient(u.port || 80, u.hostname);
jsapp-0.0.1.tgz/jsapp.js:94: var connect = http.createClient(u.port || 80, u.hostname);
jsg-0.0.3.tgz/testdata/node_core_modules/http.js:119:}, 'http.createClient is deprecated. Use `http.request` instead.');
json-apac-0.0.11.tgz/test/OperationHelper_test.js:25:http.createClient = function(port, host) {
jsonpwrapper-com-1.0.0.tgz/server.js:22: var client = http.createClient(80, url.host);
jsonrpc2-0.1.1.tgz/src/jsonrpc.js:124: var client = http.createClient(this.port, this.host);
jumprope-1.0.0rc1.tgz/support/closure.js:40: client = http.createClient(80, host).on('error', next),
jute-0.0.69.tgz/jute_v8.js:440: server = http.createClient(host.port || 80, host.hostname);
knox-stream-0.0.3.tgz/lib/knox-stream/client.js:52: var client = http.createClient(443, this.host)
kns-1.0.3.tgz/lib/httpclient.js:64: client = http.createClient(443, curl.hostname);
kns-1.0.3.tgz/lib/httpclient.js:68: client = http.createClient(80, curl.hostname);
kns-1.0.3.tgz/lib/httpclient.js:73: client = http.createClient(parseInt(curl.port), curl.hostname);
kyoto-tycoon-0.0.7.tgz/lib/tsv-rpc.js:16: this.client = http.createClient(this.port, this.host)
linkscape-0.1.2.tgz/lib/linkscape.js:166: var client = http.createClient(80, this.options.hostname);
litecoin-1.1.3.tgz/lib/jsonrpc.js:17: var client = http.createClient(port, host);
log-watcher-0.1.0.tgz/lib/plugins/webhook.js:63: client = http.createClient(url_port, url_host);
m1node-0.0.3.tgz/dep/couchdb.js:112: httpClient = http.createClient(port, host),
m1node-0.0.3.tgz/dep/couchdb.js:585: client = http.createClient(this.client.port, this.client.host, this.client.port == 443),
megaice-0.0.1.tgz/connect-form/support/connect/test/helpers/http.js:20: client = http.createClient(port),
megaice-0.0.1.tgz/formidable/test/legacy/system/test-multi-video-upload.js:59: var client = http.createClient(TEST_PORT),
minions-0.2.67.tgz/lib/minions.node.js:102: var theurl = http.createClient(80, host);
mmtrix-0.3.1.tgz/lib/instrumentation/core/http.js:411: delete http.createClient
mmtrix-0.3.1.tgz/lib/instrumentation/core/http.js:412: http.createClient = deprecatedCreateClient
mylocker-0.0.1.tgz/Connectors/WorkInProgress/YouTube/auth.js:35: var httpClient = http.createClient(443, host, true);
mylocker-0.0.1.tgz/Connectors/WorkInProgress/YouTube/vids.js:15: var httpClient = http.createClient(80, host);
nat-0.1.18.tgz/lib/server.js:129: var proxy = http.createClient(assignedPort);
ncouch-1.0.1.tgz/ncouch.js:63: var client = http.createClient(uri.port ? uri.port : 80, uri.hostname);
netOS-0.0.1.tgz/lib/netOS.js:224: var node = http.createClient(port, host);
netOS-0.0.1.tgz/lib/netOS.js:258: node = http.createClient(port, host);
newrelic-1.29.0.tgz/lib/instrumentation/core/http.js:505: delete http.createClient
newrelic-1.29.0.tgz/lib/instrumentation/core/http.js:506: http.createClient = deprecatedCreateClient
nhttpd-0.0.10.tgz/modules/revstore/dispatch.js:1050: request=http.createClient(uri.port||80,uri.domain).request('GET',uri.path,{'Host':uri.domain,'Accept':'*/*'})
nice-http-0.1.0-alfa.tgz/lib/http.js:117: }, 'http.createClient is deprecated. Use `http.request` instead.')
nice-http-0.1.0-alfa.tgz/src/http.coffee:128: , 'http.createClient is deprecated. Use `http.request` instead.')
no.de-0.1.0.tgz/lib/no.de-api.js:7:var client = http.createClient("443", "api.no.de", true);
node-build-0.1.0.tgz/lib/node-build/dep/couchdb.js:112: httpClient = http.createClient(port, host),
node-build-0.1.0.tgz/lib/node-build/dep/couchdb.js:556: client = http.createClient(this.client.port, this.client.host),
node-casa-0.0.1.tgz/node-casa.js:81: var client = http.createClient(port, urlObj.hostname);
node-core-lib-0.11.11.tgz/http.js:119:}, 'http.createClient is deprecated. Use `http.request` instead.');
node-core-test-simple-0.11.11.tgz/test-http-client-race-2.js:57: var client = http.createClient(common.PORT);
node-core-test-simple-0.11.11.tgz/test-http-client-race-2.js:82: var client2 = http.createClient(common.PORT);
node-core-test-simple-0.11.11.tgz/test-http-legacy.js:70: var client = http.createClient(common.PORT);
node-forge-0.6.41.tgz/js/http.js:437:http.createClient = function(options) {
node-forge-0.6.41.tgz/js/xhr.js:138: _client = http.createClient({
node-forge-0.6.41.tgz/js/xhr.js:397: _state.client = http.createClient({
node-forge-0.6.41.tgz/tests/nodejs-ws-webid.js:179: var client = http.createClient(
nodeforge-1.0.0.tgz/js/http.js:437:http.createClient = function(options) {
nodeforge-1.0.0.tgz/js/xhr.js:138: _client = http.createClient({
nodeforge-1.0.0.tgz/js/xhr.js:397: _state.client = http.createClient({
nodeforge-1.0.0.tgz/tests/nodejs-ws-webid.js:179: var client = http.createClient(
node-geocode-0.2.0.tgz/index.js:11: this.socket = http.createClient(80, 'where.yahooapis.com');
node-get-0.1.0.tgz/lib/node-get/node-get.js:72: this._client = http.createClient(443, this.uri_o.hostname);
node-get-0.1.0.tgz/lib/node-get/node-get.js:75: this._client = http.createClient(this.uri_o.port || 80,
nodejs-proxy-1.0.0.tgz/proxy.js:211: var proxy = http.createClient(action.port, action.host);
nodeload-0.4.0.tgz/lib/util.js:108: client = http.createClient.apply(http, clientArgs);
nodeload-0.4.0.tgz/nodeload.js:10:client=http.createClient.apply(http,clientArgs);client._events=util.extend(events,client._events);client.emit('reconnect',oldclient);};reconnect();client.on('error',function(err){reconnect();});for(var j in client){if(typeof client[j]==='function'){wrappedClient[j]=clientMethod(j);}else{wrappedClient.__defineGetter__(j,clientGetter(j));wrappedClient.__defineSetter__(j,clientSetter(j));}}
nodeload-0.4.0.tgz/test/http.test.js:17: var client = http.createClient(9020, '127.0.0.1'),
nodeload-0.4.0.tgz/test/http.test.js:27: var client = http.createClient(9020, '127.0.0.1'),
nodeload-0.4.0.tgz/test/monitoring.test.js:138: client = http.createClient(9000, 'localhost'),
nodeload-nmickuli-1.0.3.tgz/lib/util.js:111: client = http.createClient.apply(http, clientArgs);
nodeload-nmickuli-1.0.3.tgz/nodeload.js:10:client=http.createClient.apply(http,clientArgs);client._events=util.extend(events,client._events);client.emit('reconnect',oldclient);};reconnect();client.on('error',function(err){reconnect();});for(var j in client){if(typeof client[j]==='function'){wrappedClient[j]=clientMethod(j);}else{wrappedClient.__defineGetter__(j,clientGetter(j));wrappedClient.__defineSetter__(j,clientSetter(j));}}
nodeload-nmickuli-1.0.3.tgz/test/http.test.js:17: var client = http.createClient(9020, '127.0.0.1'),
nodeload-nmickuli-1.0.3.tgz/test/http.test.js:27: var client = http.createClient(9020, '127.0.0.1'),
nodeload-nmickuli-1.0.3.tgz/test/monitoring.test.js:138: client = http.createClient(9000, 'localhost'),
nodemachine-0.3.0.tgz/runtests.js:45:var testClient = http.createClient(serverPort, serverHost);
node-mdbm-0.1.1.tgz/lib/mdbMumpsClient.js:181: var mdbClient = http.createClient(80, host);
node-natives-0.10.25.tgz/http.js:2167:}, 'http.createClient is deprecated. Use `http.request` instead.');
node-peercoin-1.0.2.tgz/lib/jsonrpc.js:17: var client = http.createClient(port, host);
node-pusher-0.0.2.tgz/lib/node-pusher.js:48: var client = http.createClient(80, this.domain);
noderelict-0.1.4.tgz/package.js:42: var client = http.createClient( 80, 'api.noderelict.com' );
node-restclient-0.0.1.tgz/lib/restclient.js:80: var client = http.createClient((uri.port ||80), uri.host);
node-restclient2-0.0.3.tgz/lib/restclient.js:80: var client = http.createClient((uri.port ||80), uri.hostname);
node-rest-client-2.0.1.tgz/test/test-proxy.js:65: var proxy = http.createClient(80, request.headers['host']);
node-rest-client-alt-1.8.2.tgz/test/test-proxy.js:65: var proxy = http.createClient(80, request.headers['host']);
node-site-monitor-0.1.0.tgz/lib/site.js:149: var client = http.createClient(url.port, url.host);
node-sizzle-0.1.0.tgz/examples/web.js:12: transport = http.createClient(80, host),
node-thrust-0.7.6-rc.1.tgz/test/session_proxy.js:12: var proxy = http.createClient(80, request.headers['host'])
nodetk-0.1.5.tgz/web.js:112: var client = http.createClient(parsed_url.port || 80, parsed_url.hostname);
nodetk-0.1.5.tgz/web.js:27: var client = http.createClient(purl.port || default_port, purl.hostname, secure);
nodeunit-0.9.1.tgz/lib/utils.js:155: var client = http.createClient(port, hostname);
nodeunit2-0.2.4.tgz/lib-cov/utils.js:172: var client = http.createClient(port, hostname);
nodeunit2-0.2.4.tgz/lib/utils.js:143: var client = http.createClient(port, hostname);
nodeunit-fork-0.6.5.tgz/lib/utils.js:143: var client = http.createClient(port, hostname);
nodeunit-medium-fork-0.9.2.tgz/lib/utils.js:155: var client = http.createClient(port, hostname);
node.uptime-0.1.0.tgz/lib/node.uptime/index.js:34: var client = http.createClient(port, host),
node-usb-0.0.1.tgz/util/create_usb_ids.js:2:var linux_usb = http.createClient(80, 'www.linux-usb.org');
node-zblog-1.1.0.tgz/lib/business/xml_loader_delegate.js:13: http.createClient( config.port, config.host )
nodules-0.2.1.tgz/lib/nodules-utils/node-http-client.js:28: var client = http.createClient(request.port || 80, request.host);
non-native-websocket-0.0.1.tgz/lib/WebSocketClient.js:228: var client = http.createClient(this.url.port, this.url.hostname);
npm-github-service-0.0.2.tgz/src/PostRecieveHook.js:33: var github_http=http.createClient(80,"github.com")
npm-github-service-0.0.2.tgz/src/PostRecieveHook.js:77: var npm_http = http.createClient(80,"registry.npmjs.org")
npm-github-service-0.0.2.tgz/test/post.js:6: var client = http.createClient( 8888, "127.0.0.1" )
npmjs.org-2.1.2.tgz/registry/test.js:18: var client = http.createClient(5984, "jsregistry");
npm-registry-couchapp-2.6.12.tgz/registry/test.js:18: var client = http.createClient(5984, "jsregistry");
npm-remapper-0.0.0.tgz/test/fake_npm_root/.npm/npm/0.2.17/package/lib/utils/registry/request.js:69: , client = http.createClient(port, hostname, https)
nquery-0.1.3.tgz/examples/web.js:10: transport = http.createClient(80, host),
nTunes-0.1.0.tgz/get-http-url.js:9: var conn = http.createClient(parsedUrl.port || (parsedUrl.protocol == "http:" ? 80 : 443), parsedUrl.hostname);
oneapm-1.2.20.tgz/lib/instrumentation/core/http.js:213: delete http.createClient;
oneapm-1.2.20.tgz/lib/instrumentation/core/http.js:214: http.createClient = deprecatedCreateClient;
oneapm-cheniu-1.2.4.tgz/lib/instrumentation/core/http.js:207: delete http.createClient;
oneapm-cheniu-1.2.4.tgz/lib/instrumentation/core/http.js:208: http.createClient = deprecatedCreateClient;
open.core-0.1.209.tgz/lib/src/server/util/http.coffee:34: client = http.createClient port, host
oscar-0.2.1.tgz/oscar.js:2546: var client = http.createClient('80', 'o.aimcdn.net');
parasite-0.0.6.tgz/lib/main.js:24: var client = http.createClient(80, domain);
payment-paypal-payflowpro-0.0.4.tgz/lib/paypal-network-client.js:13: return http.createClient(443, host, true, cred)
payment-paypal-payflowpro-0.0.4.tgz/lib/paypal-network-client.js:9: function(){ return http.createClient(443, host, true) }
payment-paypal-payflowpro-0.0.4.tgz/spike.js:32: var client = http.createClient(443, host, true, streetCred)
payment-paypal-payflowpro-0.0.4.tgz/spike.js:56: var client = http.createClient(443, host, true)
paynode-0.3.6.tgz/spike.js:31: var client = http.createClient(443, host, true, streetCred)
paynode-0.3.6.tgz/spike.js:55: var client = http.createClient(443, host, true)
persha-0.2.0.tgz/node-lib/http.js:118:}, 'http.createClient is deprecated. Use `http.request` instead.');
pezhu-0.0.0.tgz/Downloads/node-v0.9.11/lib/http.js:2027:}, 'http.createClient is deprecated. Use `http.request` instead.');
pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/pummel/test-http-client-reconnect-bug.js:37: var client = http.createClient(common.PORT);
pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-client-race-2.js:57: var client = http.createClient(common.PORT);
pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-client-race-2.js:82: var client2 = http.createClient(common.PORT);
pezhu-0.0.0.tgz/Downloads/node-v0.9.11/test/simple/test-http-legacy.js:69: var client = http.createClient(common.PORT);
picard-0.3.1.tgz/spec.js:11: var local = http.createClient(9900, 'localhost')
picardForTynt-0.3.1.tgz/spec.js:11: var local = http.createClient(9900, 'localhost')
pieshop-0.0.4.tgz/lib/pieshop.transports.js:33: client = http.createClient(hostport, hostname),
pipes-0.3.9.tgz/test/pipes-malformed-test.js:46: var client = http.createClient(my.port, my.server);
pn-1.0.0.tgz/http.js:15: createClient: { enumerable: true, value: bind(http, http.createClient) },
pnode-0.2.5.tgz/out/transport-mgr/transports/http.js:16: http.createClient(emitter, 'http', args, http.opts(args));
pnode-0.2.5.tgz/out/transport-mgr/transports/https.js:25: http.createClient(emitter, 'https', args, opts);
pomelo-robot-0.1.4.tgz/lib/common/util.js:138: client = http.createClient.apply(http, clientArgs);
pomelo-robot-plus-0.14.4.tgz/lib/common/util.js:138: client = http.createClient.apply(http, clientArgs);
pool-0.4.1.tgz/main.js:32: var client = http.createClient(this.port, this.host, this.https, this.credentials);
pool-0.4.1.tgz/main.js:79: var client = http.createClient(this.port, this.host, this.https, this.credentials);
portable-js-0.0.3.tgz/misc/io/http.js:99:}, 'http.createClient is deprecated. Use `http.request` instead.');
portable-js-0.0.3.tgz/misc/node/http.js:120:}, 'http.createClient is deprecated. Use `http.request` instead.');
pow-0.4.0.tgz/test/lib/test_helper.coffee:68: client = http.createClient port
promised-http-0.0.2.tgz/engines/node/promised-http.js:48: var client = http.createClient(port, host, secure, urlOptions.auth)
publicsuffix-1.0.0.tgz/refresh-list.js:60: var cli = http.createClient(80, 'mxr.mozilla.org');
ql.io-mon-0.3.0.tgz/test/mon-basic-test.js:48: var cl = http.createClient(3036, 'localhost');
ql.io-mon-0.3.0.tgz/test/mon-basic-test.js:80: var cl = http.createClient(3037, 'localhost');
ql.io-mon-0.3.0.tgz/test/mon-shutdown-hard-test.js:55: var cl = http.createClient(3037, 'localhost');
ql.io-mon-0.3.0.tgz/test/mon-shutdown-polite-test.js:55: var cl = http.createClient(3037, 'localhost');
railway-1.0.1-1.tgz/support/nodeunit/lib/utils.js:143: var client = http.createClient(port, hostname);
railway-1.0.1-1.tgz/templates/features/step_definitions/web_steps.js:195: server.client = http.createClient(server.__port);
railway-1.0.1-1.tgz/templates/features/step_definitions/web_steps.js:38: server.client = http.createClient(server.__port);
readof-0.9.5.tgz/lib/readOF.js:42: var request = http.createClient(80, urlData.host).
reid-yui3-0.5.34a.tgz/lib/node-yui3.js:728: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
reid-yui3-0.5.34a.tgz/lib/yui3-io.js:62: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
reloaded-0.2.0.tgz/lib/reloaded/proxy.js:4: var proxy = http.createClient(80, request.headers['host']),
restler-aaronblohowiak-0.0.2.tgz/lib/restler.js:67: return this.options.client || http.createClient(port, host, https);
restler-aaronblohowiak-0.0.2.tgz/test/multipartform.js:63:http_request = http.createClient("5001", "localhost").request("POST", "/services/upload", request_headers);
restmvc-0.1.1.tgz/example/tests/integration/person.integration.test.js:11: this.localhost = http.createClient(3000, 'localhost');
restmvc.js-0.1.1.tgz/example/tests/integration/person.integration.test.js:11: this.localhost = http.createClient(3000, 'localhost');
Reston-0.2.0.tgz/test.js:12: if(http.createClient){
Reston-0.2.0.tgz/test.js:15: var cl = http.createClient( urlinfo.port || 80, urlinfo.hostname);
rjberg-nodeunit-0.0.1.tgz/lib/utils.js:155: var client = http.createClient(port, hostname);
saimonmoore-cradle-0.5.6.tgz/test/scripts/prepare-db.js:4:var client = http.createClient(5984, '127.0.0.1');
scrowser-0.1.0.tgz/lib/scrowser.js:69: client = http.createClient(curl.port||443, curl.hostname);
scrowser-0.1.0.tgz/lib/scrowser.js:74: client = http.createClient(curl.port||80, curl.hostname);
seki-0.0.4.tgz/src/TurtleHandler.js:21: var client = http.createClient(config.sparqlPort, config.sparqlHost);
seki-0.0.4.tgz/src/TurtleHandler.js:39: var client = http.createClient(config.sparqlPort, config.sparqlHost);
seki-0.0.4.tgz/src/TurtleHandler.js:78: var client = http.createClient(config.sparqlPort, config.sparqlHost);
sensejs-0.1.1.tgz/templates/features/step_definitions/web_steps.js:195: server.client = http.createClient(server.__port);
sensejs-0.1.1.tgz/templates/features/step_definitions/web_steps.js:38: server.client = http.createClient(server.__port);
SenseJs-0.1.4.tgz/templates/features/step_definitions/web_steps.js:195: server.client = http.createClient(server.__port);
SenseJs-0.1.4.tgz/templates/features/step_definitions/web_steps.js:38: server.client = http.createClient(server.__port);
simple-tropo-0.0.3.tgz/index.js:34: var tropo_session_api = http.createClient(80, url);
sin-0.2.0.tgz/lib-cov/sin/client.js:73: var redirects = "redirects" in opts? opts.redirects: 3, url = urllib.parse(opts.url), hostname = url.hostname || opts.hostname, port = url.port || opts.port || (url.protocol === "https:" && 443) || 80, path = url.pathname || "/", search = url.search || "", headers = opts.headers || {}, data = typeof opts.data === "string"? opts.data: encodeQS(opts.data), method = (opts.method && opts.method.toUpperCase()) || "GET", encoding = opts.encoding || "utf8", client = http.createClient(port, hostname);
sin-0.2.0.tgz/lib/sin/client.js:43: client = http.createClient(port, hostname);
sleight-0.0.4.tgz/lib/sleight.js:37: , client = http.createClient(targetPort, targetDomain)
socket.io-juggernaut-0.5.2.tgz/tests/support/node-websocket-client/lib/websocket.js:440: httpClient = http.createClient(u.port || 80, u.hostname);
socket.io-juggernaut-0.5.2.tgz/tests/support/node-websocket-client/lib/websocket.js:447: httpClient = http.createClient(sockPath);
socket-push-0.1.2-7beta.tgz/lib/socket.io/support/node-websocket-client/lib/websocket.js:442: httpClient = http.createClient(u.port || 80, u.hostname);
socket-push-0.1.2-7beta.tgz/lib/socket.io/support/node-websocket-client/lib/websocket.js:449: httpClient = http.createClient(sockPath);
socket-push-0.1.2-7beta.tgz/lib/socket.io/tests/listener.js:73: var client = http.createClient(_server._port)
socket-push-0.1.2-7beta.tgz/lib/socket.io/tests/transports.htmlfile.js:24: return http.createClient(s._port, 'localhost');
socket-push-0.1.2-7beta.tgz/lib/socket.io/tests/transports.htmlfile.js:40: var client = http.createClient(server._port)
socket-push-0.1.2-7beta.tgz/lib/socket.io/tests/transports.jsonp-polling.js:32: return http.createClient(s._port, 'localhost');
socket-push-0.1.2-7beta.tgz/lib/socket.io/tests/transports.xhr-multipart.js:24: return http.createClient(s._port, 'localhost');
socket-push-0.1.2-7beta.tgz/lib/socket.io/tests/transports.xhr-polling.js:22: return http.createClient(s._port, 'localhost');
soda-0.2.5.tgz/lib/soda/client.js:87: var client = http.createClient(this.port, this.host);
somerandomtestpackage-1.54.0.tgz/lib/instrumentation/core/http.js:409: delete http.createClient
somerandomtestpackage-1.54.0.tgz/lib/instrumentation/core/http.js:410: http.createClient = deprecatedCreateClient
somerandomtestpackage-1.54.0.tgz/test/integration/instrumentation/http.tap.js:306: var req = http.createClient(port, host).request('GET', path)
somerandomtestpackage-1.54.0.tgz/test/unit/instrumentation/http/outbound.test.js:28: describe('when working with http.createClient', function () {
somerandomtestpackage-1.54.0.tgz/test/unit/instrumentation/http/outbound.test.js:31: http.createClient()
somerandomtestpackage-1.54.0.tgz/test/unit/instrumentation/http/outbound.test.js:35: var client = http.createClient(port, host)
sosumi-0.2.2.tgz/lib/sosumi.js:160: fmi = http.createClient(443, 'fmipmobile.me.com', true),
soupselect-0.2.0.tgz/example.js:9: var client = http.createClient(80, host);
squeeze-0.5.0.tgz/lib/squeeze.js:30: var client = http.createClient(80, ENDPOINT_HOST);
streamprocessor-0.0.5.tgz/examples/proxy.js:21: var proxy = http.createClient(80, request.headers['host'])
stress-0.0.3.tgz/lib/loadtesting.js:331: * Same arguments as http.createClient. Returns an extended version of the object (see extendClient)
stress-0.0.3.tgz/lib/util.js:109: client = http.createClient.apply(http, clientArgs);
stress-0.0.3.tgz/test/http.test.js:17: var client = http.createClient(9020, '127.0.0.1'),
stress-0.0.3.tgz/test/http.test.js:27: var client = http.createClient(9020, '127.0.0.1'),
stress-0.0.3.tgz/test/monitoring.test.js:138: client = http.createClient(9000, 'localhost'),
sugarless-0.0.1-beta.tgz/examples/node/server.js:15: var client = http.createClient(80, "www.geoplugin.net");
swank-js-0.0.5.tgz/swank.js:267: var proxy = http.createClient(port, hostname);
tingyun-1.1.9.tgz/parsers/wrappers/core/http.js:635: delete http.createClient;
tingyun-1.1.9.tgz/parsers/wrappers/core/http.js:636: http.createClient = deprecatedCreateClient;
tingyun_cyb-1.1.3.tgz/parsers/wrappers/core/http.js:538: delete http.createClient;
tingyun_cyb-1.1.3.tgz/parsers/wrappers/core/http.js:539: http.createClient = deprecatedCreateClient;
torrent-search-0.1.2.tgz/torrent.js:12: this.client = http.createClient(80, 'ca.isohunt.com');
tropo-webapi-1.2.0.tgz/samples/outbound.js:23:var tropo = http.createClient(80, tropoSessionAPI);
ttapi-3.1.2.tgz/lib/websocket.js:517: httpClient = oldVersion ? http.createClient(u.port || 80, u.hostname) : http.request(options);
ttapi-3.1.2.tgz/lib/websocket.js:522: httpClient = http.createClient(sockPath);
ttapi-3.1.2.tgz/src/websocket.js:517: httpClient = oldVersion ? http.createClient(u.port || 80, u.hostname) : http.request(options);
ttapi-3.1.2.tgz/src/websocket.js:522: httpClient = http.createClient(sockPath);
tuttiserver-0.0.21.tgz/lib/couchdb.js:53: var client = http.createClient(this.port, this.host)
twigjs-0.0.4.tgz/dev/nodeunit/lib/utils.js:143: var client = http.createClient(port, hostname);
twiliode-0.1.0.tgz/lib/rest-client.js:48: self.httpClient = http.createClient(443, API_SERVER, true);
twitpic-3.0.2.tgz/lib/twitpic.js:197: client = http.createClient(80, TwitPic.baseUrl);
twitpic-3.0.2.tgz/src/twitpic.coffee:179: client = http.createClient(80, TwitPic.baseUrl)
twitterlib.js-1.0.2.tgz/twitterlib.js:21: request = http.createClient(80, urldata.host).request('GET', urldata.pathname + urldata.search, { host: urldata.host }),
twitter-node-0.0.2.tgz/lib/twitter-node/index.js:160: return http.createClient(port, host)
ugurphone-ttfm-bot-1.0.3.tgz/websocket.js:517: httpClient = oldVersion ? http.createClient(u.port || 80, u.hostname) : http.request(options);
ugurphone-ttfm-bot-1.0.3.tgz/websocket.js:522: httpClient = http.createClient(sockPath);
upnp-client-0.0.1.tgz/lib/upnp.js:166: var client = clients[l.href] = http.createClient(l.port, l.hostname);
upnp-client-0.0.1.tgz/lib/upnp.js:261: var client = http.createClient(this.port, this.host);
upnp-controlpoint-0.0.2.tgz/lib/upnp.js:173: var client = clients[l.href] = http.createClient(l.port, l.hostname);
upnp-controlpoint-0.0.2.tgz/lib/upnp.js:268: var client = http.createClient(this.port, this.host);
urturn-sandbox-0.3.33.tgz/server.js:43: var proxy = http.createClient(80, host);
uservoice-0.4.1.tgz/lib/uservoice.js:189: return http.createClient(80, "uservoice.com");
webhookit-http-0.0.4.tgz/lib/webhookit-http.js:84: var client = http.createClient(port, url.hostname, ssl);
webhookit-soupselect-0.0.5.tgz/lib/webhookit-soupselect/index.js:11: var client = http.createClient(80, url.hostname);
WebParrot-0.0.3.tgz/blankProxy.js:4: var proxy = http.createClient(80, request.headers['host'])
WebParrot-0.0.3.tgz/blankServer.js:4: var proxy = http.createClient(80, request.headers['host']);
webshell-0.2.0.tgz/env.js:702: var client = http.createClient(url.port || 80, url.hostname);
websocket-client-1.0.0.tgz/lib/websocket.js:476: httpClient = http.createClient(u.port || 80, u.hostname);
websocket-client-1.0.0.tgz/lib/websocket.js:483: httpClient = http.createClient(sockPath);
websocket-client-node-0.6-1.0.0.tgz/lib/websocket.js:480: httpClient = http.createClient(u.port || 80, u.hostname);
websocket-client-node-0.6-1.0.0.tgz/lib/websocket.js:487: httpClient = http.createClient(sockPath);
webworker-0.8.4.tgz/lib/websocket-client.js:507: httpClient = http.createClient(u.port || 80, u.hostname);
webworker-0.8.4.tgz/lib/websocket-client.js:514: httpClient = http.createClient(sockPath);
wurfl-client-0.0.1.tgz/index.coffee:18: wurfl = http.createClient @port, @host
wurfl-client-0.0.1.tgz/index.js:19: wurfl = http.createClient(this.port, this.host);
xp-0.2.2.tgz/lib/tools/imgur.coffee:15: client = http.createClient(80, 'api.imgur.com')
yanx-0.1.0.tgz/xml-rpc.js:117: c.client = http.createClient(port, host, secure, credentials, basic_auth);
yubico-0.1.2.tgz/lib/yubico.js:366: client = http.createClient(port, host, this._use_https);
yui3-0.7.12.tgz/lib/node-yui3.js:736: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
yui3-0.7.12.tgz/lib/yui3-io.js:84: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
yui3-bare-0.7.12.tgz/lib/node-yui3.js:736: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
yui3-bare-0.7.12.tgz/lib/yui3-io.js:84: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
yui3-base-0.7.12.tgz/lib/node-yui3.js:736: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
yui3-base-0.7.12.tgz/lib/yui3-io.js:84: var host = http.createClient(p, urlInfo.hostname, ((p === 443) ? true : false));
zeppelin-0.0.3.tgz/test/unit/core/zeppelin_test.js:49: var client = http.createClient(port, url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment