YAZ 5.37.0
yaz_url Struct Reference

Data Fields

ODR odr_in
ODR odr_out
char * proxy
int max_redirects
WRBUF w_error
int verbose
int timeout_sec
int timeout_ns
yaz_cookies_t cookies

Detailed Description

Definition at line 20 of file url.c.

Field Documentation

◆ cookies

yaz_cookies_t yaz_url::cookies

Definition at line 29 of file url.c.

Referenced by yaz_url_create(), yaz_url_destroy(), and yaz_url_exec().

◆ max_redirects

int yaz_url::max_redirects

Definition at line 24 of file url.c.

Referenced by yaz_url_create(), and yaz_url_set_max_redirects().

◆ odr_in

ODR yaz_url::odr_in

Definition at line 21 of file url.c.

Referenced by yaz_url_create(), yaz_url_destroy(), and yaz_url_exec().

◆ odr_out

ODR yaz_url::odr_out

Definition at line 22 of file url.c.

Referenced by yaz_url_create(), yaz_url_destroy(), and yaz_url_exec().

◆ proxy

char* yaz_url::proxy

Definition at line 23 of file url.c.

Referenced by yaz_url_create(), yaz_url_destroy(), yaz_url_exec(), and yaz_url_set_proxy().

◆ timeout_ns

int yaz_url::timeout_ns

Definition at line 28 of file url.c.

Referenced by yaz_url_create(), yaz_url_exec(), and yaz_url_set_timeout().

◆ timeout_sec

int yaz_url::timeout_sec

Definition at line 27 of file url.c.

Referenced by yaz_url_create(), yaz_url_exec(), and yaz_url_set_timeout().

◆ verbose

int yaz_url::verbose

Definition at line 26 of file url.c.

Referenced by yaz_url_create(), yaz_url_exec(), and yaz_url_set_verbose().

◆ w_error

WRBUF yaz_url::w_error

Definition at line 25 of file url.c.

Referenced by log_warn(), yaz_url_create(), yaz_url_destroy(), yaz_url_exec(), and yaz_url_get_error().


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