aboutsummaryrefslogtreecommitdiff
path: root/man/man1/urlh.1
blob: 5066c7d09bd5abd01ff3c57c7a679bb051f458ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.TH URLH 1 "August 2016" "Manual page for urlh"
.SH NAME
.B urlh
\- search for URL header values by name
.SH SYNOPSIS
.B urlh
https://www.sanctum.geek.nz/
Content-Type
.SH DESCRIPTION
.B urlh
makes a cURL HEAD request for the given URL, and searches the headers for a key
matching the given name, case-insensitively. It prints any matching values to
stdout.
.SH SEE ALSO
curl(1), urlmt(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>