summaryrefslogtreecommitdiff
path: root/docs/examples/httpcustomheader.c
Commit message (Collapse)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-011-1/+5
|
* httpcustomheader.c: make use of more CURLOPT_HTTPHEADER featuresDaniel Stenberg2014-10-161-10/+15
| | | | ... and only do a single request for clarity.
* httpcustomheader.c: free the headers after useDaniel Stenberg2012-11-061-1/+4
|
* Added error checking for samples.Guenter Knauf2012-07-041-0/+8
|
* 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.
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* make this example not only replace an internal header but also add a totallyDaniel Stenberg2009-01-121-0/+1
| | | | new and non-standard one
* httpcustomheader.c is a new tiny example showing a HTTP request with a customDaniel Stenberg2008-08-131-0/+38
header replacing an internal one