cURL / Mailing Lists / curl-users / Single Mail

curl-users

verbose dataoutput for request-payload

From: manuel aldana <aldana_at_gmx.de>
Date: Sun, 21 Nov 2010 23:51:10 +0100

Hi,

unfortunately I couldn't find a curl flag so it outputs the payload data
of my request:
===
curl -F file=@/tmp/foo -vs localhost > /dev/null
....
> Content-Length: 199
> Expect: 100-continue
> Content-Type: multipart/form-data;
boundary=----------------------------d524fc2cb4af
>
< HTTP/1.1 100 Continue
} [data not shown]
< HTTP/1.1 200 OK
< Date: Sun, 21 Nov 2010 22:48:33 GMT

As you see I only get a:
===
'} [data not shown]'.

I hope there is a way to enable outputting a "real-verbose" curl request
which also includes request payload?

-- 
  manuel aldana
  aldana_at_gmx.de
  software-engineering blog: http://www.aldana-online.de
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ:        http://curl.haxx.se/docs/faq.html
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2010-11-22