Gets the current endpoint, normalized for slashes.
Returns a String representing the normalized path of the current request URI.
String get endpoint => pathNorm(_rq.requestedUri.path, normSlashs: true);