[URI::query $uri]
Return query part of the URI
[URI::query $uri PARAMETER_NAME ]
Return the Parameter value of Parameter name
i.e. set $uri = "/path/abc.aspx?a=1&b=2"
[URI::query $uri a]
it will return 1.
[HTTP::path ]
Return path part of the URI