summaryrefslogtreecommitdiff
path: root/examples/get.c
Commit message (Expand)AuthorAgeFilesLines
* session: add soup_session_send_and_splice() and soup_session_send_and_splice_...Carlos Garcia Campos2022-12-141-38/+32
* get: add support for PUT and POST methodsCarlos Garcia Campos2022-03-221-4/+71
* get: add --user-agent command line optionCarlos Garcia Campos2022-03-221-0/+7
* examples: Update get to use client certificate APIPatrick Griffis2021-07-281-58/+2
* examples: do not add SoupContentDecoder feature to the session in getCarlos Garcia Campos2021-05-251-1/+0
* Stop using emacs indent-tabs-modeCarlos Garcia Campos2021-03-181-1/+1
* examples: use soup_session_send in get exampleCarlos Garcia Campos2021-03-041-5/+10
* session: add public getters and setters for the SoupSession propertiesCarlos Garcia Campos2021-02-231-5/+4
* examples: Change get to use high level APIpgriffis/updated-examplesPatrick Griffis2020-12-131-26/+6
* Rewrite get example using new APIPatrick Griffis2020-12-131-88/+140
* Replace SoupURI with GUriPatrick Griffis2020-11-141-13/+16
* Remove properties that behave as functionspgriffis/remove-property-functionsPatrick Griffis2020-11-051-2/+2
* Make SoupMessage a private and final typePatrick Griffis2020-10-281-8/+8
* Remove property aliasesPatrick Griffis2020-10-281-6/+6
* Remove SoupSessionAsyncPatrick Griffis2020-09-191-14/+6
* Remove deprecated proxy APIsPatrick Griffis2020-09-191-1/+4
* examples/get: pull a leak with the GOptionContextClaudio Saavedra2019-09-111-2/+4
* Only set "ssl-ca-file" in examples/get if provided on the commandlineSebastian Dröge2017-07-041-1/+2
* Don't leak the SoupMessage and SoupSession objects in the examples/get utilityTomas Popela2017-06-221-0/+3
* examples/get: Add TLS client certificate supportColin Walters2016-07-121-0/+75
* Bug 587145 - Add GSS-Negotiate supportGuido Guenther2016-03-141-0/+21
* get: fix to not send the request twiceDan Winship2013-08-181-3/+2
* examples: port get to plain SoupSessionDan Winship2013-07-131-4/+16
* [examples] "get" uses -o to save to a fileAndres Gomez2013-07-031-4/+23
* [examples] Added SoupLogger to get exampleAndres Gomez2013-07-031-29/+19
* examples: use GOptionContext (finally)Dan Winship2013-02-231-87/+69
* examples: move examples from tests/ to examples/Dan Winship2013-02-231-0/+193