cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: many HTTP POST in the same TCP connection

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 7 Jan 2003 11:35:17 +0100 (MET)

On Mon, 6 Jan 2003, Gregoire Banderet wrote:

> I'd like to do many POST in the same TCP connection (in a keep-alive HTTP
> session). Is it possible with the curl tool ?

No. libcurl supports this fine, but no one ever made it possible to do this
using the curl tool. I'd recommend you to use one of the libcurl bindings for
your favourite scripting language instead, where this will indeed be
possible.

> (More than one -d option does not make what I want)

Correct, multiple -d options just concatenate the data.

-- 
 Daniel Stenberg -- curl, cURL, Curl, CURL. Groks URLs.
-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
Received on 2003-01-07