@langwatch/scenario
    Preparing search index...

    Interface OpenedTunnel

    interface OpenedTunnel {
        provider: TunnelProvider;
        url: string;
        close(): Promise<void>;
    }
    Index

    Properties

    Methods

    Properties

    provider: TunnelProvider
    url: string

    Public HTTPS URL that proxies to the local port.

    Methods