Question: What decorator is used to require that a view accepts only the get and head methods?

  1. require_safe()
  2. require_put()
  3. require_post()
  4. require_get()

Answer: The correct answer of the above question is Option A:require_safe()