Class: Url

helma.Url()

new Url()

Creates a helma.Url object from a provided url string.
Source:

Members

domain

Domain name segment of this URL
Source:

domainName

Fully qualified domain name segment of this URL
Source:

file

File name segment of this URL
Source:

host

Host name segment of this URL
Source:

password

Password segment of this URL
Source:

path

Request path segment of this URL as array
Source:

pathString

Request path segment of this URL as string
Source:

protocol

Protocol segment of this URL
Source:

query

Query parameter segment of this URL as object
Source:

queryString

Query parameter segment of this URL as string
Source:

topLevelDomain

Top level domain name segment of this URL
Source:

user

User name segment of this URL
Source: