property Http2Session.encrypted Usage in Denoimport { type Http2Session } from "node:http2"; Value is undefined if the Http2Session session socket has not yet been connected, true if the Http2Session is connected with a TLSSocket, and false if the Http2Session is connected to any other kind of socket or stream. Type boolean | undefined