Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EndpointURL

public

Hierarchy

  • EndpointURL

Index

Properties

authority

authority: string

The authority is the host and optional port component of the URL.

isIp

isIp: boolean

A boolean indicating whether the authority is an IP address.

normalizedPath

normalizedPath: string

The parsed path segment of the URL. This value is guranteed to start and end with a "/".

path

path: string

The parsed path segment of the URL. This value is as-is as provided by the user.

scheme

The URL scheme such as http or https.