Fields and methods of the helma.Url class.
To use this optional module, its repository needs to be added to the application, for example by calling app.addRepository('modules/helma/Url.js')
To use this optional module, its repository needs to be added to the application, for example by calling app.addRepository('modules/helma/Url.js')
Creates a helma.Url object from a provided url string.
parameters
str |
properties
Protocol segment of this URL
User name segment of this URL
Password segment of this URL
Fully qualified domain name segment of this URL
Host name segment of this URL
Top level domain name segment of this URL
Domain name segment of this URL
Request path segment of this URL as string
Request path segment of this URL as array
File name segment of this URL
Query parameter segment of this URL as string
Query parameter segment of this URL as object
Methods