trace method
void
trace(
- String path, {
- RequestCallback? handler,
- Controller? controller,
- String? method,
- List<
MiddlewareFunc> middleware = const [],
Implementation
void trace(String path, {RequestCallback? handler, Controller? controller, String? method, List<MiddlewareFunc> middleware = const[]}) =>
_addBinding(path, HttpVerb.Trace, handler: handler, controller: controller, method: method, middleware: middleware);