url.authority
Return the authority of the expression.url.file
Parse a URL and extract the file.url.fragment
Parse a URL and extract fragment identifier.url.host
Parse a URL and extract the host.url.path
Parse a URL and extract the path.url.protocol
Parse a URL and extract the protocol.url.query
Parse a URL and extract the query string. If a key is specified, then the value of that key is returned. Otherwise, the entire query string is returned.Parameters
Parameters