mirror of
https://github.com/kennethreitz/responder.git
synced 2026-06-05 23:00:17 +00:00
cleanup
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user