0 votes
in Django by
If a client sends malformed content, it will raise a ParseError. What catches the error and responds with a 400 Bad Request.

a) APIView Class

b) @api_view decorator and APIView class

c) @api_view decorator

d) web browser

e) custom function

1 Answer

0 votes
by

b) @api_view decorator and APIView class

Related questions

0 votes
asked Jun 22, 2022 in Django by SakshiSharma
+1 vote
asked Aug 17, 2022 in SEO by rajeshsharma
...