curl_formparse.3

来自「harvest是一个下载html网页得机器人」· 3 代码 · 共 19 行

3
19
字号
.\" You can view this file with:.\" nroff -man [file].\" $Id: curl_formparse.3,v 1.1 2002/03/04 10:09:49 bagder Exp $.\".TH curl_formparse 3 "17 Dec 2001" "libcurl 7.9.2" "libcurl Manual".SH NAMEcurl_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 DESCRIPTIONThis has been removed deliberately. The \fBcurl_formadd\fP has been introducedto replace this function. Do not use this. Convert to the new functionnow. curl_formparse() will be removed from a future version of libcurl.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?