uriForLogging property

String get uriForLogging

Gets a URI to be used in logging requests. By default just returns the uri property. If your URI contains any personal or identifiable information, consider overriding uriForLogging to avoid logging personal information.

Implementation

String get uriForLogging => uri.toString();