Lines Matching full:response_data
99 def raw_http_response(response_data, content_type=None):100 response = django.http.HttpResponse(response_data, mimetype=content_type)