Unit 'libcurl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#libcurl]

curl_httppost

Declaration

Source position: libcurl.pp line 148

type curl_httppost = record

  next: Pcurl_httppost;

  name: Pchar;

  namelength: LongInt;

  contents: Pchar;

  contentslength: LongInt;

  buffer: Pchar;

  bufferlength: LongInt;

  contenttype: Pchar;

  contentheader: Pcurl_slist;

  more: Pcurl_httppost;

  flags: LongInt;

  showfilename: Pchar;

  userp: Pointer;

  contentlen: curl_off_t;

end;


Documentation generated on: 2023-03-18