UrlParse

UrlParse

The UrlParse represents the whole of data about a URL that we provide, which includes our own additions and parsing which we perform.

Members

hash_groups :object

The matched hash groups as described by the hash group parsing specifier.

Properties:
Name Type Description
{...} string
Type:
  • object

path_groups :object

The matched path groups as described by the path group parsing specifier.

Properties:
Name Type Description
{...} string
Type:
  • object

search_params :object

An object which represents the individual query parameters found in search. Note that a key may be presented multiple times, which is why each key has an array as a value.

Properties:
Name Type Description
{...} Array
Type:
  • object

source :string

The original URL that was parsed.

Type:
  • string