Skip to main content

Module client

Module client 

Source

Structs§

HttpClient
A thin wrapper around reqwest::Client shared by all hooksmith service crates.
HttpClientBuilder
Builder for HttpClient with configurable timeout settings.

Functions§

is_allowed_domain
Return true if url uses HTTPS and its host exactly matches one of the allowed domains.