diff --git a/responder/models.py b/responder/models.py index 28825ce..f4dbcc3 100644 --- a/responder/models.py +++ b/responder/models.py @@ -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."""