Skip to content
Snippets Groups Projects
cocsn_api.go 93.8 KiB
Newer Older
  • Learn to ignore specific revisions
  • Manuel Kieweg's avatar
    Manuel Kieweg committed
    	um := strings.ToUpper(method)
    	if path == "/" {
    		path = ""
    	}
    	o.Init()
    	if h, ok := o.handlers[um][path]; ok {
    		o.handlers[method][path] = builder(h)
    	}
    }