Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ProxyServer

Hierarchy

  • ProxyServer

Index

Constructors

Methods

Constructors

constructor

Methods

listen

  • listen(url: string, port?: number): Promise<BrowserSyncInstance>
  • Starts listening on a given port.

    Parameters

    • url: string

      The url to proxy.

    • Default value port: number = 9001

      An optional port.

    Returns Promise<BrowserSyncInstance>

Generated using TypeDoc