mirror of
https://github.com/moparisthebest/curl
synced 2024-11-07 18:15:04 -05:00
19 lines
654 B
Groff
19 lines
654 B
Groff
.\" You can view this file with:
|
|
.\" nroff -man [file]
|
|
.\" $Id$
|
|
.\"
|
|
.TH curl_formparse 3 "17 Dec 2001" "libcurl 7.9.2" "libcurl Manual"
|
|
.SH NAME
|
|
curl_formparse - add a section to a multipart/formdata HTTP POST:
|
|
deprecated (use curl_formadd instead)
|
|
.SH SYNOPSIS
|
|
.B #include <curl/curl.h>
|
|
.sp
|
|
.BI "CURLcode curl_formparse(char * " string, " struct HttpPost ** " firstitem,
|
|
.BI "struct HttpPost ** " lastitem ");"
|
|
.ad
|
|
.SH DESCRIPTION
|
|
This has been removed deliberately. The \fBcurl_formadd\fP has been introduced
|
|
to replace this function. Do not use this. Convert to the new function
|
|
now. curl_formparse() will be removed from a future version of libcurl.
|