Home »
MCQs »
Flask MCQs
We use the ____method to cancel a request with an error code?
36. We use the ____method to cancel a request with an error code?
- Cancel()
- Abort()
- Remove()
Answer: B) Abort()
Explanation:
We use the abort method to cancel a request with an error code.