curl_formparse(3) redhat man page | unix.com

Man Page: curl_formparse

Operating Environment: redhat

Section: 3

curl_formparse(3)						  libcurl Manual						 curl_formparse(3)

NAME
curl_formparse - add a section to a multipart/formdata HTTP POST: deprecated (use curl_formadd instead)
SYNOPSIS
#include <curl/curl.h> CURLcode curl_formparse(char * string, struct HttpPost ** firstitem, struct HttpPost ** lastitem);
DESCRIPTION
This has been removed deliberately. The curl_formadd 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. libcurl 7.9.2 17 Dec 2001 curl_formparse(3)
Related Man Pages
curlopt_httppost(3) - mojave
curlopt_postfields(3) - mojave
curl_formadd(3) - redhat
curl_formadd(3) - centos
curl_formadd(3) - linux
Similar Topics in the Unix Linux Community
Retrieving previous command in a script
Docker learning Phase-I
Package
[TIP] Processing YAML files with yq