summaryrefslogtreecommitdiff
path: root/docs/examples/getinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
| | | | Follow-up from 4d2f8006777
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
| | | | Closes #6172
* docs/examples: URL updatesViktor Szakats2018-09-231-2/+2
| | | | | | | | - also update two URLs outside of docs/examples - fix spelling of filename persistant.c - fix three long lines that started failing checksrc.pl Closes https://github.com/curl/curl/pull/3036
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: more descriptionsDaniel Stenberg2015-06-181-6/+5
|
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
| | | | | | All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers.
* examples: use example.com in example URLsDaniel Stenberg2010-10-051-1/+1
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* Remove empty line used to force CVS to update the $Id date string formatYang Tse2009-05-191-1/+0
|
* Add empty line, to force CVS to update the $Id date string formatYang Tse2009-05-181-0/+1
|
* trying a version with URLs for all function callsDaniel Stenberg2004-11-221-0/+5
|
* getinfo.c is a new tiny example that uses curl_easy_getinfo() to get theDaniel Stenberg2004-06-031-0/+37
content-type after a transfer.