Documentation ¶
Overview ¶
Package mimedb is a database of file extension to mime content-type. Definitions are imported from NodeJS mime-db project under MIT license.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DB = map[string]struct { ContentType string Compressible bool }{}/* 1043 elements not displayed */
DB - Mime is a collection of mime types with extension as key and content-type as value.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.