Class LabeledListenerBuilder

r" A labeled ngrok listener. r" r"

Hierarchy

  • LabeledListenerBuilder

Constructors

Methods

  • Begin listening for new connections on this listener.

    Parameters

    • Optional bind: null | boolean

    Returns Promise<Listener>

  • Begin listening for new connections on this listener and forwarding them to the given url. This method will also set the forwardsTo value.

    Parameters

    • toUrl: string

    Returns Promise<Listener>

  • Begin listening for new connections on this listener and forwarding them to the given server. This method will also set the forwardsTo value.

    Parameters

    • server: any

    Returns Promise<Listener>

Generated using TypeDoc