We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5624e3a commit e1a24f6Copy full SHA for e1a24f6
1 file changed
tremolo/lib/http_response.py
@@ -40,6 +40,7 @@ def __init__(self, request):
40
self.line = None
41
self.content_type = b'text/html; charset=utf-8'
42
self.http_chunked = None
43
+
44
self._headers = {}
45
46
@property
0 commit comments