MCPcopy Index your code
hub / github.com/encode/django-rest-framework / request

Method request

rest_framework/test.py:224–227  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

222 method, path, data, content_type, secure, **extra)
223
224 def request(self, **kwargs):
225 request = super().request(**kwargs)
226 request._dont_enforce_csrf_checks = not self.enforce_csrf_checks
227 return request
228
229
230class ForceAuthClientHandler(ClientHandler):

Callers

nothing calls this directly

Calls 1

requestMethod · 0.45

Tested by

no test coverage detected