Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

RedHat 9.0

(Shrike)

curl_formparse(3)


curl_formparse

curl_formparse

NAME
SYNOPSIS
DESCRIPTION

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.



curl_formparse(3)