options method
An OPTIONS request handler
for this route.
Implementation
Future<void> options(HttpHandler handler) async =>
await _method(handler, [HttpMethod.options]);
An OPTIONS request handler
for this route.
Future<void> options(HttpHandler handler) async =>
await _method(handler, [HttpMethod.options]);