summaryrefslogtreecommitdiff
path: root/docs/examples/getinfo.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.