stripQuery property

bool? stripQuery
getter/setter pair

if set to true, any accompanying query portion of the original URL is removed prior to redirecting the request.

If set to false, the query portion of the original URL is retained. The default is set to false.

Implementation

core.bool? stripQuery;