Skip to content

Verbose output #13

@ghost

Description

Hi,

Love hurl. Is there any way to get a little more verbose output similar running curl -v from a linux command line? It would be nice to see the IP the request was made to. Output similar to that below.

curl -v -o /dev/null -s www.google.com

  • About to connect() to www.google.com port 80 (#0)
  • Trying 74.125.127.147... connected
  • Connected to www.google.com (74.125.127.147) port 80 (#0)

    GET / HTTP/1.1
    User-Agent: curl/7.21.6 (x86_64-pc-linux-gnu) libcurl/7.21.6 OpenSSL/1.0.0e zlib/1.2.3.4 libidn/1.22 librtmp/2.3
    Host: www.google.com
    Accept: /

    < HTTP/1.1 200 OK
    < Date: Mon, 21 May 2012 17:31:25 GMT
    < Expires: -1
    < Cache-Control: private, max-age=0
    < Content-Type: text/html; charset=ISO-8859-1
    < Set-Cookie: PREF=ID=c091007c6e97f3a7:FF=0:TM=1337621485:LM=1337621485:S=CxYWxGtwohJp2S_0; expires=Wed, 21-May-2014 17:31:25 GMT; path=/; domain=.google.com
    < Set-Cookie: NID=60=r_D_MS2evF1na4OGylFXoeAXyUFdRAYHcHBdv5KrFUf5U1QbO-hMkzf69Y54A7C1pJ1_WIhx0UylQOm8obtAX5NkWXy1t1q45_A76-qW6-C9qkXIjgqEeXyjiIDyToWN; expires=Tue, 20-Nov-2012 17:31:25 GMT; path=/; domain=.google.com; HttpOnly
    < P3P: CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."
    < Server: gws
    < X-XSS-Protection: 1; mode=block
    < X-Frame-Options: SAMEORIGIN
    < Transfer-Encoding: chunked
    <
    { [data not shown]
  • Connection #0 to host www.google.com left intact
  • Closing connection #0

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions