Skip to main content

Module tls

Module tls 

Source
Expand description

Shared mutual-TLS (client-certificate) configuration for HTTP connectors.

This is a pure data + validation type — it deliberately has no dependency on any TLS or HTTP crate, so faucet-core stays lightweight. Each HTTP source that supports mTLS (rest / xml / graphql) owns the small, feature-gated code that turns a TlsClientConfig into a reqwest::Identity.

Structs§

TlsClientConfig
Client-certificate (mutual TLS) configuration for the HTTP sources.