aboutsummaryrefslogtreecommitdiff
path: root/man/man1/urlh.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/urlh.1df')
-rw-r--r--man/man1/urlh.1df17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/man1/urlh.1df b/man/man1/urlh.1df
new file mode 100644
index 00000000..d17f0a74
--- /dev/null
+++ b/man/man1/urlh.1df
@@ -0,0 +1,17 @@
+.TH URLH 1df "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(1df)
+.SH AUTHOR
+Tom Ryder <tom@sanctum.geek.nz>