EntropyEngine::Networking::HTTP::ProxyResult
EntropyEngine::Networking::HTTP::ProxyResult
Section titled “EntropyEngine::Networking::HTTP::ProxyResult”Public Types
Section titled “Public Types”| Name | |
|---|---|
| enum class | Type { Socks5, Socks4, Http, Direct} |
Public Attributes
Section titled “Public Attributes”| Name | |
|---|---|
| std::string | url |
| Type | type |
Public Types Documentation
Section titled “Public Types Documentation”enum Type
Section titled “enum Type”| Enumerator | Value | Description |
|---|---|---|
| Socks5 | ||
| Socks4 | ||
| Http | ||
| Direct |
Public Attributes Documentation
Section titled “Public Attributes Documentation”variable url
Section titled “variable url”std::string url;variable type
Section titled “variable type”Type type = Type::Direct;Updated on 2026-01-26 at 17:14:35 -0500