Skip to main content

negotiate_http

Function negotiate_http 

Source
pub fn negotiate_http(
    base_url: &str,
    wants: &[String],
    haves: &[String],
    token: Option<&str>,
) -> Result<Vec<ObjectHash>, String>
Expand description

Negotiate which objects are needed (server-side graph walk)