MCPcopy Create free account
hub / github.com/expressjs/compression / createHttp2Client

Function createHttp2Client

test/compression.js:1010–1012  ·  view source on GitHub ↗
(port)

Source from the content-addressed store, hash-verified

1008}
1009
1010function createHttp2Client (port) {
1011 return http2.connect('http://127.0.0.1:' + port)
1012}
1013
1014function closeHttp2 (client, server, callback) {
1015 if (typeof client.shutdown === 'function') {

Callers 1

compression.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected