all method
A request handler
for this route that matches all HTTP methods.
Implementation
Future<void> all(HttpHandler handler) async =>
await _method(handler, HttpMethod.values);
A request handler
for this route that matches all HTTP methods.
Future<void> all(HttpHandler handler) async =>
await _method(handler, HttpMethod.values);