Skip to content

GenericHttpConnector

Module: connector::provider::http::GenericHttpConnector

Section titled “Module: connector::provider::http::GenericHttpConnector”

Functions


firma_sidecar::connector::provider::http::GenericHttpConnector::default_for_unconfigured

Section titled “firma_sidecar::connector::provider::http::GenericHttpConnector::default_for_unconfigured”

Function

Builds the registry default connector: 30s timeout, no rate limit.

Used for every host that does not have an explicit override — typically passthrough hosts and protected hosts without a configured entry.

Returns HttpConnectorBuildError::Client when the underlying [reqwest::Client] cannot be constructed.

fn default_for_unconfigured() -> Result<Self, HttpConnectorBuildError>