Function catalyzer::internals::crates::axum::routing::method_routing::patch_service
pub fn patch_service<T, S>(
svc: T
) -> MethodRouter<S, <T as Service<Request<Body>>>::Error>
Expand description
Route PATCH
requests to the given service.
See get_service
for an example.