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