What decorator is used to require that a view accepts only the get and head methods?
require_put()
require_post()
require_get()
require_safe()