DTS Application Library  0.2.3
Application library containing referenced objects and interfaces to common libraries
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Groups Pages
curl_post Struct Reference

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...
 

Detailed Description

HTTP post data structure.

Definition at line 40 of file curl.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: