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