GenericHttpConnector
Module: connector::provider::http::GenericHttpConnector
Section titled “Module: connector::provider::http::GenericHttpConnector”Contents
Section titled “Contents”Functions
default_for_unconfigured- Builds the registry default connector: 30s timeout, no rate
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.
Errors
Section titled “Errors”Returns HttpConnectorBuildError::Client when the underlying
[reqwest::Client] cannot be constructed.
fn default_for_unconfigured() -> Result<Self, HttpConnectorBuildError>