uriPath property
Inspect the request URI path. This is the part of a web request that
identifies a resource, for example, /images/daily-ad.jpg
.
Implementation
final UriPath? uriPath;
Inspect the request URI path. This is the part of a web request that
identifies a resource, for example, /images/daily-ad.jpg
.
final UriPath? uriPath;