MCPcopy
hub / github.com/django/django / post

Method post

tests/async/tests.py:95–96  ·  tests/async/tests.py::ViewTests.MixedView.post
(self, request, *args, **kwargs)

Source from the content-addressed store, hash-verified

93 return HttpResponse(class="st">"Hello (mixed) world!")
94
95 async def post(self, request, *args, **kwargs):
96 return HttpResponse(class="st">"Hello (mixed) world!")
97
98 msg = (
99 fclass="st">"{MixedView.__qualname__} HTTP handlers must either be all sync or all "

Callers 15

test_multiple_contextMethod · 0.45
test_postMethod · 0.45
test_postMethod · 0.45
test_json_bytesMethod · 0.45
test_simple_payloadMethod · 0.45
test_utf8_payloadMethod · 0.45
test_utf16_payloadMethod · 0.45

Calls 1

HttpResponseClass · 0.90

Tested by

no test coverage detected