CodeQL library for Python
codeql/python-all 0.8.2 ( changelog , source )
Search

Module PrivateDjango :: DjangoImpl :: DjangoHttp

Provides models for the django.http module

Import path

import semmle.python.frameworks.Django

Predicates

request

Gets a reference to the django.http.request module.

response

Gets a reference to the django.http.response module.

Modules

Request

Provides models for the django.http.request module.

Response

Provides models for the django.http.response module

Aliases

request

DEPRECATED: Alias for Request

response

DEPRECATED: Alias for Response