curl_formparse.3 710 B

12345678910111213141516171819
  1. .\" You can view this file with:
  2. .\" nroff -man [file]
  3. .\" $Id: curl_formparse.3,v 1.1 2002/03/04 10:09:49 bagder Exp $
  4. .\"
  5. .TH curl_formparse 3 "17 Dec 2001" "libcurl 7.9.2" "libcurl Manual"
  6. .SH NAME
  7. curl_formparse - add a section to a multipart/formdata HTTP POST:
  8. deprecated (use curl_formadd instead)
  9. .SH SYNOPSIS
  10. .B #include <curl/curl.h>
  11. .sp
  12. .BI "CURLcode curl_formparse(char * " string, " struct HttpPost ** " firstitem,
  13. .BI "struct HttpPost ** " lastitem ");"
  14. .ad
  15. .SH DESCRIPTION
  16. This has been removed deliberately. The \fBcurl_formadd\fP has been introduced
  17. to replace this function. Do not use this. Convert to the new function
  18. now. curl_formparse() will be removed from a future version of libcurl.