diff options
author | corvid <corvid@lavabit.com> | 2009-06-01 01:29:42 +0000 |
---|---|---|
committer | corvid <corvid@lavabit.com> | 2009-06-01 01:29:42 +0000 |
commit | 16e260e5621cde71a2a7baef681e5b658c2cc2b3 (patch) | |
tree | 4daf1644375c7ee5e98deaaec86b769ce2e1e784 /src/IO/Url.h | |
parent | fe833a994380f5e200904ecb367ae5d2b79701fd (diff) |
proxy support for HTTPS
Diffstat (limited to 'src/IO/Url.h')
-rw-r--r-- | src/IO/Url.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/IO/Url.h b/src/IO/Url.h index d57e9251..f144bfad 100644 --- a/src/IO/Url.h +++ b/src/IO/Url.h @@ -16,6 +16,8 @@ extern void a_Http_freeall(void); int a_Http_init(void); int a_Http_proxy_auth(void); void a_Http_set_proxy_passwd(const char *str); +char *a_Http_make_connect_str(const DilloUrl *url); +const char *a_Http_get_proxy_urlstr(); Dstr *a_Http_make_query_str(const DilloUrl *url, bool_t use_proxy); void a_Http_ccc (int Op, int Branch, int Dir, ChainLink *Info, |