Searched defs:proxy_socket_path (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib-http/
H A Dhttp-client.h37 const char *proxy_socket_path; member in struct:http_client_settings
38 /* URL for normal proxy (ignored if proxy_socket_path is set) */
H A Dhttp-client-request.c781 const char *proxy_socket_path = client->set.proxy_socket_path; local
783 bool have_proxy = (proxy_socket_path != NULL) || (proxy_url != NULL) ||
812 } else if (proxy_socket_path != NULL) {
813 req->host_socket = proxy_socket_path; /* proxy on unix socket */

Completed in 886 milliseconds