EntropyEngine::Networking::HTTP::ProxyResolver
EntropyEngine::Networking::HTTP::ProxyResolver
Section titled “EntropyEngine::Networking::HTTP::ProxyResolver”Inherited by EntropyEngine::Networking::HTTP::DefaultProxyResolver, EntropyEngine::Networking::HTTP::EnvProxyResolver, EntropyEngine::Networking::HTTP::SystemProxyResolver
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual | ~ProxyResolver() =default |
| virtual ProxyResult | resolve(const std::string & scheme, const std::string & host, uint16_t port) =0 |
Public Functions Documentation
Section titled “Public Functions Documentation”function ~ProxyResolver
Section titled “function ~ProxyResolver”virtual ~ProxyResolver() =defaultfunction resolve
Section titled “function resolve”virtual ProxyResult resolve( const std::string & scheme, const std::string & host, uint16_t port) =0Reimplemented by: EntropyEngine::Networking::HTTP::DefaultProxyResolver::resolve, EntropyEngine::Networking::HTTP::EnvProxyResolver::resolve, EntropyEngine::Networking::HTTP::SystemProxyResolver::resolve
Updated on 2026-01-26 at 17:14:35 -0500