Query.parseUriRedirectionPermanent

Parse an URI query, and set @permanent to %TRUE if there is a redirection and it should be considered permanent. If a redirection is permanent, applications should update their internal storage of the URI, otherwise they should make all future requests to the original URI.

class Query
void
parseUriRedirectionPermanent
(
out bool permanent
)

Parameters

permanent bool

if the URI redirection is permanent (may be %NULL)

Meta