Function with_http_headers

Source
pub fn with_http_headers<C: Connect + Clone + Send + Sync + 'static>(
    headers: HashMap<String, String>,
) -> DockerEngineClientOption<C>
Expand description

with_http_headers overrides the client default http headers.