introduced 'tunnel through http proxy' for ftp

This commit is contained in:
Daniel Stenberg 2000-09-14 14:05:01 +00:00
parent be8b2a1e30
commit 86ff2c46b7
5 changed files with 93 additions and 53 deletions

View file

@ -41,8 +41,10 @@
* ------------------------------------------------------------
****************************************************************************/
/* protocol-specific functions set up to be called by the main engine */
/* ftp can use this as well */
CURLcode GetHTTPProxyTunnel(struct UrlData *data, int tunnelsocket);
/* protocol-specific functions set up to be called by the main engine */
CURLcode http(struct connectdata *conn);
CURLcode http_done(struct connectdata *conn);
CURLcode http_connect(struct connectdata *conn);