Michael Wallner added curl_formget(), which allows an application to extract
authorDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 21:46:41 +0000 (21:46 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 24 Jun 2006 21:46:41 +0000 (21:46 +0000)
commit37f4877e569cdd0d1afa6bb0d7cd3a463ee75ac9
tree92346fb5f8cdc2114f5df2ece56a1544aef380dc
parenta6fc45c02f75467a171f55e5154047c86c0ed85e
Michael Wallner added curl_formget(), which allows an application to extract
(serialise) a previously built formpost (as with curl_formadd()).
CHANGES
RELEASE-NOTES
docs/libcurl/Makefile.am
docs/libcurl/curl_formget.3 [new file with mode: 0644]
include/curl/curl.h
lib/formdata.c