MimeType MimeTypes
[MimeType mimeTypeWithString:@"http://www.aaa.com/a.png"];
[MimeType mimeTypeWithUrl:[NSURL URLWithString:@"http://www.aaa.com/a.png"]];
MimeType.mimeType(string: "http://www.aaa.com/a.png")
MimeType.mimeType(url: URL.init(string: "http://www.aaa.com/a.png"))
MimeType is under WTFPL. You can do what the fuck you want with MimeType. See LICENSE file for more info.