This commit is contained in:
2018-10-20 07:59:39 -04:00
parent 3447a7ef41
commit 6725b275b8
-5
View File
@@ -133,11 +133,6 @@ class Request:
"""The full URL of the Request, query parameters and all."""
return str(self._starlette.url)
@property
def _stream(self):
for line in self.content:
yield line
@property
def url(self):
"""The parsed URL of the Request."""