Skip to main content

PutPostcard

Type Alias PutPostcard 

Source
pub type PutPostcard = Put<PostcardEncoding>;
Expand description

Pass arguments and receive responses with postcard in 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 PutPostcard(/* private fields */);