mirror of
https://github.com/curl/curl.git
synced 2026-08-12 17:20:54 +03:00
Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies
work.
This commit is contained in:
parent
3e122a765d
commit
7a19923afa
6 changed files with 155 additions and 35 deletions
|
|
@ -42,5 +42,6 @@ CURLcode Curl_http_connect(struct connectdata *conn);
|
|||
void Curl_httpchunk_init(struct connectdata *conn);
|
||||
CHUNKcode Curl_httpchunk_read(struct connectdata *conn, char *datap,
|
||||
ssize_t length, ssize_t *wrote);
|
||||
void Curl_http_auth_stage(struct SessionHandle *data, int stage);
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue