mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
HTTP "auth done right". See lib/README.httpauth
This commit is contained in:
parent
50eafb7668
commit
3e1caa6185
33 changed files with 564 additions and 144 deletions
|
|
@ -34,7 +34,7 @@ void Curl_single_fdset(struct connectdata *conn,
|
|||
fd_set *exc_fd_set,
|
||||
int *max_fd);
|
||||
CURLcode Curl_readwrite_init(struct connectdata *conn);
|
||||
|
||||
CURLcode Curl_readrewind(struct connectdata *conn);
|
||||
CURLcode Curl_fillreadbuffer(struct connectdata *conn, int bytes, int *nreadp);
|
||||
|
||||
/* This sets up a forthcoming transfer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue