Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

References

Re-exports ClientConfiguration
Re-exports Configuration
Re-exports DevMiddlewareContext
Re-exports DevMiddlewareOptions
Re-exports Headers
Re-exports Middleware
Re-exports Open
Re-exports Port
Re-exports ProxyConfigArray
Re-exports ProxyConfigArrayItem
Re-exports ProxyConfigMap
Re-exports Request
Re-exports Response
Re-exports ServerConfiguration
Re-exports ServerOptions
Re-exports Static
Re-exports WatchFiles
Re-exports WebSocketServerConfiguration

Type aliases

ByPass: (req: Request, res: Response, proxyConfig: ProxyConfigArrayItem) => any

Type declaration

Host: "local-ip" | "local-ipv4" | "local-ipv6" | string
IncomingMessage: IncomingMessage
NetworkInterfaceInfo: NetworkInterfaceInfo
NormalizedOpen: { options: "/home/runner/work/forge/forge/node_modules/open/index"; target: string }

Type declaration

NormalizedStatic: { directory: string; publicPath: string[]; serveIndex: false | ServeIndexOptions; staticOptions: Server.ServeStaticOptions; watch: false | Server.WatchOptions }

Type declaration

OpenApp: { arguments?: string[]; name?: string }

Type declaration

  • Optional arguments?: string[]
  • Optional name?: string
Socket: Socket
WebSocketServerImplementation: { clients: ClientConnection[]; implementation: Server.WebSocketServer }

Type declaration

WebSocketURL: { hostname?: string; password?: string; pathname?: string; port?: string | number; protocol?: string; username?: string }

Type declaration

  • Optional hostname?: string
  • Optional password?: string
  • Optional pathname?: string
  • Optional port?: string | number
  • Optional protocol?: string
  • Optional username?: string