Interface AxiosProxyConfig

Hierarchy

  • AxiosProxyConfig

Properties

Properties

auth?: {
    password: string;
    username: string;
}

Type declaration

  • password: string
  • username: string
host: string
port: number
protocol?: string

Generated using TypeDoc