1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00
This commit is contained in:
Jakub Roztocil
2016-03-02 02:53:23 +08:00
parent 7fd46e0b0d
commit f6824f7ade
4 changed files with 4 additions and 6 deletions

View File

@@ -48,7 +48,7 @@ class HTTPResponse(HTTPMessage):
def iter_lines(self, chunk_size):
return ((line, b'\n') for line in self._orig.iter_lines(chunk_size))
#noinspection PyProtectedMember
# noinspection PyProtectedMember
@property
def headers(self):
original = self._orig.raw._original_response