Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tapio/live-server
/ https.js
File
https.js
test/https.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
request = require(
'supertest'
);
2
var
path = require(
'path'
);
3
// accept self-signed certificates
4
process.env.NODE_TLS_REJECT_UNAUTHORIZED =
"0"
;
Callers
nothing calls this directly
Calls
1
tests
Function · 0.85
Tested by
no test coverage detected