uri property

  1. @override
Uri uri
override

The Uri instance representing the path this request is responding to.

Implementation

@override
Uri get uri {
  return rawRequest!.uri;
}