Function sled_web::request::scan[][src]

pub fn scan(base_uri: Uri, key: Vec<u8>) -> Request<Body>

Shorthand for from(base_uri, Scan { key }).