pub fn with_api_version_negotiation<C: Connect + Clone + Send + Sync + 'static>() -> DockerEngineClientOption<C>
Expand description
with_api_version_negotiation enables automatic API version negotiation for the client. With this option enabled, the client automatically negotiates the API version to use when making requests. API version negotiation is performed on the first request; subsequent requests will not re-negotiate.