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