Skip to main content

default_reqwest_client

Function default_reqwest_client 

Source
pub fn default_reqwest_client(
    extra_root_pem: Option<&[u8]>,
) -> Result<Client, A2AError>
Expand description

Build a reqwest::Client whose TLS layer matches this crate’s feature selection, optionally adding extra root certificates from a PEM bundle.