mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
9 lines
297 B
D
9 lines
297 B
D
|
Long: head
|
||
|
Short: I
|
||
|
Help: Show document info only
|
||
|
Protocols: HTTP FTP FILE
|
||
|
---
|
||
|
Fetch the headers only! HTTP-servers feature the command HEAD which this uses
|
||
|
to get nothing but the header of a document. When used on an FTP or FILE file,
|
||
|
curl displays the file size and last modification time only.
|