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