URI.toString

Returns a string representing @uri.

If @just_path_and_query is %TRUE, this concatenates the path and query together. That is, it constructs the string that would be needed in the Request-Line of an HTTP request for @uri.

Note that the output will never contain a password, even if @uri does.

class URI
string
toString

Parameters

justPathAndQuery bool

if %TRUE, output just the path and query portions

Return Value

Type: string

a string representing @uri, which the caller must free.

Meta