curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

bash curl multiple requests same connection

From: taylor park via curl-users <curl-users_at_cool.haxx.se>
Date: Thu, 12 Mar 2020 17:55:41 +0800

I want use the same connection submitting two URL ,i can use the "--next"
option.

curl -X "GET" xxxx.com/1 --next -X "POST" -d @file xxxx.com/2

how can i submit the first URL and submit seconde URL use the same
connection after deal with some date ?

-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2020-03-12