put<T> function
Serves endpoint for PUT.
Implementation
MethodRouter put<T>(Endpoint<T> endpoint, {int status = 200}) =>
const MethodRouter().put(endpoint, status: status);
Serves endpoint for PUT.
MethodRouter put<T>(Endpoint<T> endpoint, {int status = 200}) =>
const MethodRouter().put(endpoint, status: status);