pacparser_find_proxy
pacparser_find_proxy
Section: C Library Functions (3) Updated: 30 June 2010 Local index
Up
NAME
pacparser_find_proxy - Finds proxy for a given URL and Host.
SYNOPSIS
#include <../pacparser.h >
char *pacparser_find_proxy
(
const char *url,
const char *host
);
PARAMETERS
const char *url
URL to find proxy for.
const char *host
Host part of the URL.
DESCRIPTION
This function should be called only after pacparser engine has been
initialized (using pacparser_init) and pac file has been parsed (using
pacparser_parse_pac). It determines "right" proxy (based on pac file) for
url and host.
RETURNS
Proxy string on sucess and NULL on error.
SEE ALSO
pacparser_init (3),
pacparser_parse_pac (3),
pacparser_just_find_proxy (3),
pacparser_cleanup (3),
pacparser_setmyip (3),
pacparser_enable_microsoft_extensions (3)
Index
NAME
SYNOPSIS
PARAMETERS
DESCRIPTION
RETURNS
SEE ALSO
This document was created by
man2html ,
using the manual pages.
Time: 21:51:54 GMT, April 16, 2011