Function sled_web::request::get[][src]

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

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