class HttpResponseNotAllowed
[source]
Like HttpResponse
, but uses a 405 status code. The first argument to the constructor is required: a list of permitted methods (e.g. ['GET', 'POST']
).
class HttpResponseNotAllowed
[source]
Like HttpResponse
, but uses a 405 status code. The first argument to the constructor is required: a list of permitted methods (e.g. ['GET', 'POST']
).
Designed by : w10schools
service@w10schools.com
Please login to continue.