summaryrefslogtreecommitdiff
path: root/docs/examples/href_extractor.c
Commit message (Collapse)AuthorAgeFilesLines
* docs/examples: URL updatesViktor Szakats2018-09-231-1/+1
| | | | | | | | - 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
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-6/+6
| | | | | | | | | | All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: more descriptionsDaniel Stenberg2015-06-181-7/+7
|
* example: use correct type (long) for CURLOPT_FOLLOWLOCATIONDimitrios Siganos2014-07-031-1/+1
|
* href_extractor.c: fix the URLDaniel Stenberg2012-10-181-1/+1
|
* href_extractor: example code extracting href elementsMichaƂ Kowalczyk2012-10-181-0/+86
It does so in a streaming manner using the "Streaming HTML parser".