OpenVPN
Data Fields
http_proxy_options Struct Reference

#include <proxy.h>

Collaboration diagram for http_proxy_options:
Collaboration graph
[legend]

Data Fields

const char * server
 
const char * port
 
int auth_retry
 
const char * auth_method_string
 
const char * auth_file
 
const char * auth_file_up
 
const char * http_version
 
const char * user_agent
 
struct http_custom_header custom_headers [MAX_CUSTOM_HTTP_HEADER]
 
bool inline_creds
 

Detailed Description

Definition at line 44 of file proxy.h.

Field Documentation

◆ auth_file

const char* http_proxy_options::auth_file

Definition at line 54 of file proxy.h.

Referenced by add_option(), and get_user_pass_http().

◆ auth_file_up

const char* http_proxy_options::auth_file_up

Definition at line 55 of file proxy.h.

Referenced by add_option(), and get_user_pass_http().

◆ auth_method_string

const char* http_proxy_options::auth_method_string

Definition at line 53 of file proxy.h.

Referenced by add_option(), and http_proxy_new().

◆ auth_retry

int http_proxy_options::auth_retry

◆ custom_headers

struct http_custom_header http_proxy_options::custom_headers[MAX_CUSTOM_HTTP_HEADER]

Definition at line 58 of file proxy.h.

Referenced by add_option(), add_proxy_headers(), and show_http_proxy_options().

◆ http_version

const char* http_proxy_options::http_version

Definition at line 56 of file proxy.h.

Referenced by add_option(), establish_http_proxy_passthru(), and parse_http_proxy_override().

◆ inline_creds

bool http_proxy_options::inline_creds

Definition at line 59 of file proxy.h.

Referenced by add_option(), and get_user_pass_http().

◆ port

const char* http_proxy_options::port

◆ server

const char* http_proxy_options::server

◆ user_agent

const char* http_proxy_options::user_agent

Definition at line 57 of file proxy.h.

Referenced by add_option(), add_proxy_headers(), and parse_http_proxy_override().


The documentation for this struct was generated from the following file: