Function axum::routing::method_routing::put_service
source ยท pub fn put_service<T, S>(svc: T) -> MethodRouter<S, T::Error>
Expand description
Route PUT
requests to the given service.
See get_service
for an example.