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