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

Usage in Deno

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

Type

"http:"
| "https:"
| undefined