aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formget.3
AgeCommit message (Collapse)Author
2011-06-13curl_formget.3: CURLFORM_STREAM has its drawbacksDaniel Stenberg
Due to a design flaw, the CURLFORM_STREAM option doesn't really work with curl_formget until after curl_easy_perform (or similar).
2011-03-12source header: added to more filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2008-12-28Anthony Bryan's man page cleanup in language and spellingDaniel Stenberg
2006-06-24Wallner's updateDaniel Stenberg
2006-06-24Michael Wallner added curl_formget(), which allows an application to extractDaniel Stenberg
(serialise) a previously built formpost (as with curl_formadd()).