interface ClientSessionOptions
extends SessionOptions
Properties Jump to heading
optional
Jump to headingmaxReservedRemoteStreams: number | undefined
optional
Jump to headingcreateConnection: ((authority: url.URL,option: SessionOptions,) => stream.Duplex) | undefined
optional
Jump to headingprotocol: "http:"
| "https:"
| undefined