Q. Which methods must be implemented in MiddlewareInterface?

  • (A) handle() and process()
  • (B) handle_request() and handle_response()
  • (C) before() and after()
  • (D) request() and response()
πŸ’¬ Discuss
βœ… Correct Answer: (B) handle_request() and handle_response()
Explanation: Both methods are required.
Explanation by: Roshan
Both methods are required.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
8
Total Visits
πŸ“½οΈ
2 mo ago
Published
πŸŽ–οΈ
Roshan
Publisher
πŸ“ˆ
80%
Success Rate