cas

Function cas 

Source
pub fn cas(
    base_uri: Uri,
    key: Vec<u8>,
    old: Option<Vec<u8>>,
    new: Option<Vec<u8>>,
) -> Request<Body>
Expand description

Shorthand for from(base_uri, Cas { key, old, new }).