自定义 MIME 类型#
什么是 mimetype?#
当发生互联网请求和响应时,会传递一个 Content-Type
头。MIME类型,也称为MIME类型,根据类型标识返回的内容应如何被应用程序和浏览器处理或使用。MIME类型由MIME 组(例如应用程序、图像、音频等)和MIME 子类型组成。例如,MIME类型 image/png
中,MIME 组 是 image
,子类型 是 png
。
由于类型可能包含特定于供应商的项目,因此可以使用 自定义供应商特定的 MIME 类型,vnd
。供应商特定的 MIME 类型将包含 vnd
,例如 application/vnd.jupyter.cells
。
Jupyter 和 IPython 项目中使用的自定义 MIME 类型#
application/vnd.jupyter
application/vnd.jupyter.cells
application/vnd.jupyter.dragindex
由 nbdime 使用application/x-ipynb+json
用于笔记本text/html
元数据:
isolated: boolean
-- HTML 应在<iframe>
内渲染。
自定义 mimetypes 列表用于显示#
application/vnd.geo+json
- GeoJSON 规范application/vnd.geo+json
现已弃用,并被application/geo+json
取代application/geo+json
- 首选 GeoJSON 规范application/vnd.plotly.v1+json
- Plotly JSON 模式application/vdom.v1+json
- 虚拟DOM规范