curl -D file url
curl --dump-headers file url
Voir :
curl --help | less
Le site --trace
ou --trace-ascii
sont correctes pour les en-têtes.
Par exemple, la demande :
curl --trace-ascii curl.trace --url http://www.google.com/
a produit la sortie initiale :
== Info: About to connect() to www.google.com port 80 (#0)
== Info: Trying 209.85.229.104... == Info: connected
== Info: Connected to www.google.com (209.85.229.104) port 80 (#0)
=> Send header, 145 bytes (0x91)
0000: GET / HTTP/1.1
0010: User-Agent: curl/7.16.3 (powerpc-apple-darwin9.0) libcurl/7.16.3
0050: OpenSSL/0.9.7l zlib/1.2.3
006c: Host: www.google.com
0082: Accept: */*
008f:
Il a également reçu une réponse (une réponse 302, pour être précis mais sans importance) qui a été enregistrée.
0 votes
Cette adresse peut être utile. helloacm.com/curl
1 votes
Vous pouvez l'utiliser pour tester run-node.com/now-use-curl-with-http-echo-com