![]() |
Qore Programming Language Reference Manual
0.9.3
|
a hash describing a parsed URL More...
Public Attributes | |
| string | host |
| the hostname given in the URL string, if any | |
| string | password |
| the password given in the URL, if any | |
| string | path |
| the path given in the URL string, if present | |
| int | port |
| the port number given in the URL string, if any | |
| string | protocol |
| the scheme or protocol of the URL, if present | |
| string | username |
| the username of the URL, if present | |
a hash describing a parsed URL