|
DTS Application Library
0.2.3
Application library containing referenced objects and interfaces to common libraries
|
HTTP post data structure. More...
Data Fields | |
| struct curl_httppost * | first |
| First item in the list. More... | |
| struct curl_httppost * | last |
| Last item in the list. More... | |
| struct curl_httppost* curl_post::first |
First item in the list.
Definition at line 42 of file curl.c.
Referenced by curl_newpost(), and curl_postitem().
| struct curl_httppost* curl_post::last |
Last item in the list.
Definition at line 44 of file curl.c.
Referenced by curl_newpost(), and curl_postitem().