Options constructor
const
Options(
- String path, [
- List<
MiddlewareFunc> middleware = const []
Implementation
const Options(String path, [List<MiddlewareFunc> middleware = const []])
: super(path, HttpVerb.Options, middleware);