Login
Remember
Register
Ask a Question
If a client sends malformed content, it will raise a ParseError. What catches the error and responds with a 400 Bad Request.
0
votes
asked
Jun 22, 2022
in
Django
by
SakshiSharma
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
djnago
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jun 22, 2022
by
SakshiSharma
b) @api_view decorator and APIView class
...