MCPcopy
hub / github.com/django/django / get_stream_response_unicode

Method get_stream_response_unicode

tests/middleware/tests.py:990–993  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

988 """
989
990 def get_stream_response_unicode(request):
991 resp = StreamingHttpResponse(self.sequence_unicode)
992 resp["Content-Type"] = "text/html; charset=UTF-8"
993 return resp
994
995 r = GZipMiddleware(get_stream_response_unicode)(self.req)
996 self.assertEqual(

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected