shorihata/📝Note/Curl
page icon

Curl

2022/5/15 0:042022/8/12 1:49
curl
command line tool and library for transferring data with URLs(since 1998) Supports... DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.
https://curl.se/

Anki

やりたいことコマンド補足
レスポンスヘッダーのみ取得する$ curl -I https://example.com

Usage