mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
gen.pl now insists on C: and SPDX-License-Identifier: fields to be present in all files. Closes #9002
15 lines
485 B
Makefile
15 lines
485 B
Makefile
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: head
|
|
Short: I
|
|
Help: Show document info only
|
|
Protocols: HTTP FTP FILE
|
|
Category: http ftp file
|
|
Example: -I $URL
|
|
Added: 4.0
|
|
See-also: get verbose trace-ascii
|
|
---
|
|
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.
|