func OPTIONS(r *httprouter.Router, path string, handler Handler) { r.OPTIONS(path, handle(handler)) }