All Projects → hey-red → MimeTypesMap

hey-red / MimeTypesMap

Licence: MIT license
Simple dictionary provides a few methods to lookup mime type/extension, generated From Apache's mime.types.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to MimeTypesMap

Ruby Mime Types
Ruby MIME type registry library
Stars: ✭ 288 (+1052%)
Mutual labels:  mime-types
Filetype
Fast, dependency-free, small Go package to infer the binary file type based on the magic numbers signature
Stars: ✭ 1,278 (+5012%)
Mutual labels:  mime-types
mimesniff
MIME Sniffing Standard
Stars: ✭ 89 (+256%)
Mutual labels:  mime-types
Mime Db
Media Type Database
Stars: ✭ 612 (+2348%)
Mutual labels:  mime-types
Mime
Map filenames to MIME types
Stars: ✭ 21 (-16%)
Mutual labels:  mime-types
Swime
🗂 Swift MIME type checking based on magic bytes
Stars: ✭ 119 (+376%)
Mutual labels:  mime-types
ruby-magic
Simple interface to libmagic for Ruby Programming Language
Stars: ✭ 23 (-8%)
Mutual labels:  mime-types
khudro
Khudro is a very light weight web-server built with C.
Stars: ✭ 19 (-24%)
Mutual labels:  mime-types
Mog
A different take on the UNIX tool cat
Stars: ✭ 62 (+148%)
Mutual labels:  mime-types
Yagmail
Send email in Python conveniently for gmail using yagmail
Stars: ✭ 2,169 (+8576%)
Mutual labels:  mime-types
Mime
Shared MIME-info database in D programming language
Stars: ✭ 7 (-72%)
Mutual labels:  mime-types
Sixarm ruby magic number type
SixArm.com » Ruby » MagicNumberType infers a data type from the data's leading bytes
Stars: ✭ 13 (-48%)
Mutual labels:  mime-types
Apaxy
a simple, customisable theme for your apache directory listing
Stars: ✭ 1,672 (+6588%)
Mutual labels:  mime-types
Mimetype
A fast golang library for MIME type and file extension detection, based on magic numbers
Stars: ✭ 452 (+1708%)
Mutual labels:  mime-types
php-mimetyper
PHP mime type and extension mapping library: built with jshttp/mime-db, compatible with Symfony and Laravel
Stars: ✭ 21 (-16%)
Mutual labels:  mime-types
Filepicker
🔥🔥🔥Android文件、图片选择器,可按文件夹查找,文件类型查找,支持自定义相机
Stars: ✭ 265 (+960%)
Mutual labels:  mime-types
Mime
The Hoa\Mime library.
Stars: ✭ 100 (+300%)
Mutual labels:  mime-types
CommonCrawlDocumentDownload
A small tool which uses the CommonCrawl URL Index to download documents with certain file types or mime-types. This is used for mass-testing of frameworks like Apache POI and Apache Tika
Stars: ✭ 43 (+72%)
Mutual labels:  mime-types
mimer
A simple Mime type getter
Stars: ✭ 15 (-40%)
Mutual labels:  mime-types
Fileio.jl
Main Package for IO, loading all different kind of files
Stars: ✭ 133 (+432%)
Mutual labels:  mime-types

MimeTypesMap

Simple dictionary provides a few methods to lookup mime type/extension, generated from Apache's mime.types.

Install

via NuGet:

PM> Install-Package MimeTypesMap

Usage

using HeyRed.Mime;

MimeTypesMap.GetExtension("image/jpeg"); // => jpeg
MimeTypesMap.GetMimeType("filename.jpeg"); // => image/jpeg

MimeTypesMap.AddOrUpdate(string mime, string extension);

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].