Type Alias PutJson
pub type PutJson = Put<JsonEncoding>;Expand description
Pass arguments and receive responses as JSON in the body of a PUT request.
Note: Browser support for PUT requests without JS/WASM may be poor.
Consider using a POST request if functionality without JS/WASM is required.
Aliased Type§
pub struct PutJson(/* private fields */);