Interface HostConfigInfo

Network environment configuration.

Hierarchy

  • HostConfigInfo

Indexable

[k: string]: any

Properties

host: string

The hostname.

port?: string | number

The port number.

Can be a number or string, to support a browser Location object.

protocol: string

The protocol.

proxyUrlPrefix?: string

An optional proxy URL prefix, for example https://query.solarnetwork.net/1m.

Generated using TypeDoc