Function sled_web::request::cas[][src]

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

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