From 6725b275b895efaddfc8fc79be29cc353dd21b60 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 20 Oct 2018 07:59:39 -0400 Subject: [PATCH] cleanup --- responder/models.py | 5 ----- 1 file changed, 5 deletions(-) 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."""