pub fn patch_service<T, S>(svc: T) -> MethodRouter<S, T::Error>
Expand description
Route PATCH
requests to the given service.
See get_service
for an example.
pub fn patch_service<T, S>(svc: T) -> MethodRouter<S, T::Error>
Route PATCH
requests to the given service.
See get_service
for an example.