cat-bookmarker/deps/mime
Nat 96939b7aee
Clean up repo and update deps
2024-03-10 11:52:04 -07:00
..
lib Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.fetch Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.formatter.exs Clean up repo and update deps 2024-03-10 11:52:04 -07:00
.hex Clean up repo and update deps 2024-03-10 11:52:04 -07:00
CHANGELOG.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
LICENSE Clean up repo and update deps 2024-03-10 11:52:04 -07:00
README.md Clean up repo and update deps 2024-03-10 11:52:04 -07:00
hex_metadata.config Clean up repo and update deps 2024-03-10 11:52:04 -07:00
mix.exs Clean up repo and update deps 2024-03-10 11:52:04 -07:00

README.md

MIME

CI

A read-only and immutable MIME type module for Elixir.

This library embeds a database of MIME types so we can map MIME types to extensions and vice-versa. The library was designed to be read-only for performance. This library is used by projects like Plug and Phoenix.

Master currently points to a redesign of this library with a minimal copy of the MIME database. To add any media type specified by IANA, please submit a pull request. You can also add specific types to your application via a compile-time configuration, see the documentation for more information.

Installation

The package can be installed as:

def deps do
  [{:mime, "~> 2.0"}]
end

License

MIME source code is released under Apache License 2.0.

Check LICENSE file for more information.