Skip to main content
ClientSessionOptions.createConnection - http2 - Node documentation
property ClientSessionOptions.createConnection

Usage in Deno

import { type ClientSessionOptions } from "node:http2";

Type

((
authority: url.URL,
) => stream.Duplex) | undefined