Skip to main content

build_agent_http_client

Function build_agent_http_client 

Source
pub fn build_agent_http_client(
    storage_root: &Path,
) -> Result<(Client, AgentTlsStatus), String>
Expand description

Build reqwest client: custom roots when enabled PEMs present; else system default.