Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-14 | examples/httpcustomheader: Value stored to 'res' is never read | Daniel Stenberg | |
Detected by scan-build | |||
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg | |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg | |
2014-10-16 | httpcustomheader.c: make use of more CURLOPT_HTTPHEADER features | Daniel Stenberg | |
... and only do a single request for clarity. | |||
2012-11-06 | httpcustomheader.c: free the headers after use | Daniel Stenberg | |
2012-07-04 | Added error checking for samples. | Guenter Knauf | |
2011-03-10 | sources: update source headers | Daniel Stenberg | |
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. | |||
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2009-01-12 | make this example not only replace an internal header but also add a totally | Daniel Stenberg | |
new and non-standard one | |||
2008-08-13 | httpcustomheader.c is a new tiny example showing a HTTP request with a custom | Daniel Stenberg | |
header replacing an internal one |