endpoint property

String get endpoint

Gets the current endpoint, normalized for slashes.

Returns a String representing the normalized path of the current request URI.

Implementation

String get endpoint => pathNorm(_rq.requestedUri.path, normSlashs: true);