pub type SharedHttpMatcher = Arc<dyn HttpMatcher + Send + Sync>;Expand description
Shared, thread-safe HTTP matcher used by WorkerPool and
crate::HuginnNetHttp. The reference implementation is provided by
huginn-net-db (SharedHttpSignatureMatcher).
Aliased Typeยง
pub struct SharedHttpMatcher { /* private fields */ }