Which of the following controllers examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account?

🎲 Try a Random Question  |  Total Questions in Quiz: 69  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Zend Certification Practice test: Zend (Laminas) Framework — practice the complete quiz, review flashcards, or try a random question.

Zend (now Laminas project) is an open source PHP framework. It is pure object-oriented and built around the MVC design pattern.

Which of the following controllers examines the HTTP method of the user requests and correlates the action (method) by taking the HTTP methods into account?