MCPcopy
hub / github.com/django/django / COOKIES

Method COOKIES

django/core/handlers/wsgi.py:100–102  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

98
99 @cached_property
100 def COOKIES(self):
101 raw_cookie = get_str_from_wsgi(self.environ, "HTTP_COOKIE", "")
102 return parse_cookie(raw_cookie)
103
104 @property
105 def FILES(self):

Callers

nothing calls this directly

Calls 2

parse_cookieFunction · 0.90
get_str_from_wsgiFunction · 0.85

Tested by

no test coverage detected