getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jun 2004 09:20:48 +0000 (09:20 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 3 Jun 2004 09:20:48 +0000 (09:20 +0000)
commit9e987ac6a29c37d88799ab7f09fc17c212f90baf
tree9cd8fb885b3d99cad2cae5b50adce48ac72a6558
parentde03f172adf1be385e3f7d3aaee125e1231e7aea
getinfo.c is a new tiny example that uses curl_easy_getinfo() to get the
content-type after a transfer.
docs/examples/Makefile.am
docs/examples/getinfo.c [new file with mode: 0644]