http

HTTP related utilities.

class bits.http.HttpResponseNotAuthorized(redirect_to)[source]

Bases: django.http.HttpResponse

Not Authorized / 401 response to use HTTP Basic Auth with django

status_code = 401

Project Versions

Previous topic

html5

Next topic

templatetags

This Page