Define a delete route.
delete
void delete(String path, Handler handler) => route(r'delete', path, handler);