cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Send a message via POST in Java

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 7 May 2007 23:18:44 +0200 (CEST)

On Mon, 7 May 2007, Víctor Rodríguez wrote:

> Is it possible to see an implementation of a linked list in c?

Sure, look how the libcurl code implements curl_formadd(). I really don't
recommend you to build that linked list manually anyway. Using curl_formadd()
is what all applications (and the curl command line tool) do.

> Maybe I have some ideas with a nativa code. The problem is that the function
> to set the options only accepts a String, an int and a CurlWrite object, but
> it doesn't accept a linked list...

Then you better fix that I guess.

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2007-05-07