MCPcopy
hub / github.com/django/django / get

Method get

tests/middleware/views.py:26–27  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

24@method_decorator(no_append_slash, name="dispatch")
25class SensitiveCBV(View):
26 def get(self, *args, **kwargs):
27 return HttpResponse()
28
29
30def csp_nonce(request):

Calls 1

HttpResponseClass · 0.90