Perform an HTTP CONNECT through a proxy on an already‐connected BIO.
Synopsis
Return Value
1 on success, or 0 on failure.
Parameters
Name |
Description |
bio |
BIO connected to the HTTP proxy; on success becomes a tunnel to |
server |
Target hostname to CONNECT to. |
port |
Target port (decimal string) or service name. |
proxyuser |
Optional proxy username for Basic auth, or NULL. |
proxypass |
Optional proxy password for Basic auth, or NULL. |
timeout |
Overall timeout in seconds (0 for none / BIO default). |
bio_err |
Optional BIO for diagnostic output, or NULL. |
prog |
Optional program name prefix for diagnostics, or NULL. |
Created with MrDocs