set

Function set 

Source
pub fn set(base_uri: Uri, key: Vec<u8>, value: Vec<u8>) -> Request<Body>
Expand description

Shorthand for from(base_uri, Set { key, value }).