Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

forward_spec Struct Reference

How to forward a connection to a parent proxy. More...


Data Fields

url_spec url [1]
int type
char * gateway_host
int gateway_port
char * forward_host
int forward_port
forward_spec * next


Detailed Description

How to forward a connection to a parent proxy.


Field Documentation

char* forward_spec::forward_host
 

Parent HTTP proxy hostname, or NULL for none.

int forward_spec::forward_port
 

Parent HTTP proxy port.

char* forward_spec::gateway_host
 

SOCKS server hostname.

Only valid if "type" is SOCKS_4 or SOCKS_4A.

int forward_spec::gateway_port
 

SOCKS server port.

struct forward_spec* forward_spec::next
 

Next entry in the linked list.

int forward_spec::type
 

Connection type.

Must be SOCKS_NONE, SOCKS_4, or SOCKS_4A.

struct url_spec forward_spec::url[1]
 

URL pattern that this forward_spec is for.


The documentation for this struct was generated from the following file:
Generated on Tue Jun 4 18:54:49 2002 for Privoxy 3.1.1 by doxygen1.2.15