HttpResponse.reason_phrase
The HTTP reason phrase for the response.
Changed in Django 1.9:
reason_phrase
no longer defaults to all capital letters. It now uses the HTTP standard’s default reason phrases.
Unless explicitly set, reason_phrase
is determined by the current value of status_code
.
Please login to continue.