Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParsedUrlPattern

The IParsedUrlPattern interface represents the top-level object describing the result of URL

Hierarchy

  • IParsedUrlPattern

Index

Properties

hash

Hash URL part.

hostname

Hostname URL part.

parts

Array of URL part. Indexes are values from the UrlPart enumeration.

path

Path URL part.

patternString

patternString: string

Original pattern string for which this object was created.

port

Port URL part.

protocol

Protocol URL part.

query

Query String URL part.

Generated using TypeDoc