Home »
MCQs »
Flask MCQs
Which of the following method is the same as the GET method but it does not have any response body?
24. Which of the following method is the same as the GET method but it does not have any response body?
- Get
- Head
- Post
- Put
- Delete
Answer: B) Head
Explanation:
The head method is the same as the GET method but it does not have any response body.