Module PrivateDjango::DjangoImpl::DjangoHttp::Response
Provides models for the django.http.response module
Import path
import semmle.python.frameworks.DjangoPredicates
| write | Gets a reference to the |
Classes
| DjangoResponseCookieSubscriptWrite | A dict-like write to an item of the |
| DjangoResponseDeleteCookieCall | A call to |
| DjangoResponseHeaderSubscriptWrite | A dict-like write to an item of the |
| DjangoResponseSetCookieCall | A call to |
| DjangoResponseSubscriptWrite | A dict-like write to an item of an HTTP response, which is treated as a header write, such as |
| HttpResponseWriteCall | A call to the |
Modules
| FileResponse | Provides models for the |
| HttpResponse | Provides models for the |
| HttpResponseBadRequest | Provides models for the |
| HttpResponseForbidden | Provides models for the |
| HttpResponseGone | Provides models for the |
| HttpResponseNotAllowed | Provides models for the |
| HttpResponseNotFound | Provides models for the |
| HttpResponseNotModified | Provides models for the |
| HttpResponsePermanentRedirect | Provides models for the |
| HttpResponseRedirect | Provides models for the |
| HttpResponseServerError | Provides models for the |
| JsonResponse | Provides models for the |
| StreamingHttpResponse | Provides models for the |