aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_formget.3
AgeCommit message (Collapse)Author
2017-09-02mime: new MIME API.Patrick Monnerat
Available in HTTP, SMTP and IMAP. Deprecates the FORM API. See CURLOPT_MIMEPOST. Lib code and associated documentation.
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-08-11curl_formget.3: correct return codeSvyatoslav Mishyn
Closes #375
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()).