Register a PATCH route
void patch(String path, Handler handler) { _routes['PATCH:$path'] = handler; }