mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-09-20 02:33:17 +08:00
fifth iteration
This commit is contained in:
@@ -16,8 +16,8 @@ class HttpRequest:
|
||||
get_host: Callable
|
||||
sensitive_post_parameters: str
|
||||
session: django.contrib.sessions.backends.db.SessionStore
|
||||
GET: Dict[str, str] = ...
|
||||
POST: Dict[str, str] = ...
|
||||
GET: Union[Dict[str, str], django.http.request.QueryDict] = ...
|
||||
POST: Union[Dict[str, str], django.http.request.QueryDict] = ...
|
||||
COOKIES: Dict[str, str] = ...
|
||||
META: Dict[str, Union[int, str]] = ...
|
||||
FILES: django.utils.datastructures.MultiValueDict = ...
|
||||
|
||||
Reference in New Issue
Block a user