Kurlyk
Loading...
Searching...
No Matches
ProxyConfig.hpp File Reference

Defines the ProxyConfig structure for proxy server settings. More...

Go to the source code of this file.

Classes

struct  cryptox::ProxyConfig
 Configuration structure for connecting through a proxy server. More...
 

Namespaces

namespace  cryptox
 

Macros

#define _CRYPTOX_DATA_CONNECTION_PROXY_CONFIG_HPP_INCLUDED
 

Functions

void cryptox::to_json (nlohmann::json &j, const ProxyConfig &config)
 Serializes ProxyConfig to JSON.
 
void cryptox::from_json (const nlohmann::json &j, ProxyConfig &config)
 Deserializes ProxyConfig from JSON.
 

Detailed Description

Defines the ProxyConfig structure for proxy server settings.

Definition in file ProxyConfig.hpp.

Macro Definition Documentation

◆ _CRYPTOX_DATA_CONNECTION_PROXY_CONFIG_HPP_INCLUDED

#define _CRYPTOX_DATA_CONNECTION_PROXY_CONFIG_HPP_INCLUDED

Definition at line 3 of file ProxyConfig.hpp.