MCPcopy Index your code
hub / github.com/node-red/node-red / getSslTestURL

Function getSslTestURL

test/nodes/core/network/21-httprequest_spec.js:178–180  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

176 }
177
178 function getSslTestURL(url) {
179 return "https://localhost:"+testSslPort+url;
180 }
181
182 function getSslClientTestURL(url) {
183 return "https://localhost:"+testSslClientPort+url;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected