MCPcopy
hub / github.com/lissy93/web-check / tlsConnectionHandler

Function tlsConnectionHandler

api/tls-connection.js:78–81  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

76 });
77
78const tlsConnectionHandler = async (url) => {
79 const { hostname, port } = parseTarget(url);
80 return handshake({ hostname, port });
81};
82
83export const handler = middleware(tlsConnectionHandler);
84export default handler;

Callers

nothing calls this directly

Calls 2

parseTargetFunction · 0.90
handshakeFunction · 0.85

Tested by

no test coverage detected