aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/https.c
AgeCommit message (Collapse)Author
2008-05-22Fixed a surprising number of example programs that were passing int argumentsDan Fandrich
to curl_easy_setopt instead of long.
2007-07-12Fixed some compile warnings and errors and improved portability in theDan Fandrich
examples. Removed ftp3rdparty.c since libcurl doesn't support 3rd party FTP transfers any longer.
2004-11-24HTTP "auth done right". See lib/README.httpauthDaniel Stenberg
2004-05-13basic https fetching scriptDaniel Stenberg