itlijunjie / MimeType

MimeType MimeTypes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MimeType

Version Platform

MimeType MimeTypes

Usage

Objective-C

[MimeType mimeTypeWithString:@"http://www.aaa.com/a.png"];
[MimeType mimeTypeWithUrl:[NSURL URLWithString:@"http://www.aaa.com/a.png"]];

Swift

MimeType.mimeType(string: "http://www.aaa.com/a.png")
MimeType.mimeType(url: URL.init(string: "http://www.aaa.com/a.png"))

Contact

QQ:470058952
WeChat:

License

MimeType is under WTFPL. You can do what the fuck you want with MimeType. See LICENSE file for more info.

About

MimeType MimeTypes

License:Do What The F*ck You Want To Public License


Languages

Language:Swift 90.3%Language:Ruby 9.7%