aboutsummaryrefslogtreecommitdiff
path: root/man/man1/urlmt.1
blob: 843f7d811cef2e9a26f653e7a62c716883e1108d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH URLMT 1 "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(1) 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), urlh(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>