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