Skip to main content

Transport

Trait Transport 

Source
pub trait Transport: Send + Sync {
    // Required method
    fn get(&self, url: &str) -> Result<TransportResponse, TransportError>;
}
Expand description

Blocking GET-only transport used by [crate::http_sync_api::HttpTreeSyncApi].

Required Methods§

Implementors§