Home | History | Annotate | Download | only in afe

Lines Matching refs:response_data

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