aboutsummaryrefslogtreecommitdiff
path: root/man/man1/urlmt.1df
blob: 64fbab4208fb2fbc14f5c8fc86323b1f59eca414 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH URLMT 1df "August 2016" "Manual page for urlmt"
.SH NAME
.B urlmt
\- try to get the MIME type of the document at the given URL
.SH SYNOPSIS
.B urlmt
https://www.sanctum.geek.nz/
.SH DESCRIPTION
.B urlmt
uses urlh(1df) to search for a Content-Type header for the given URL, and
prints it with any trailing data (e.g. charset) trimmed off.
.SH SEE ALSO
curl(1), unf(1df), urlh(1df)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>