Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IParsedActualURL

The ParsedActualURL class contains URL parts parsed out of the URL string.

Hierarchy

  • IParsedActualURL

Index

Properties

Optional hash

hash: string

Hash (fragment) URL part

Optional hostname

hostname: string[]

Hostname URL part as array of hostname segments: e.g. ["www", "abc", "com"]

Optional path

path: string[]

Path URL part as array of path segments: e.g. ["user", "123", "profile"]

Optional port

port: number

Port URL part

Optional protocol

protocol: string

Protocol URL part

Optional query

query: object

Query string URL part as a map of query string parameters to the arrays of their values

Type declaration

  • [P: string]: string[]

Generated using TypeDoc