MCPcopy
hub / github.com/django/django / GET

Method GET

django/core/handlers/asgi.py:119–120  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

117
118 @cached_property
119 def GET(self):
120 return QueryDict(self.META["QUERY_STRING"])
121
122 def _get_scheme(self):
123 return self.scope.get("scheme") or super()._get_scheme()

Callers

nothing calls this directly

Calls 1

QueryDictClass · 0.90

Tested by

no test coverage detected