[−][src]Module http_types::mime
IANA Media Types.
Structs
| Mime | An IANA media type. |
| ParamName | A parameter name. |
| ParamValue | A parameter value. |
Constants
| ANY | Content-Type for matching anything. |
| BYTE_STREAM | Content-Type for byte streams. |
| CSS | Content-Type for CSS. |
| FORM | Content-Type for forms. |
| HTML | Content-Type for HTML. |
| ICO | Content-Type for ICO icons. |
| JAVASCRIPT | Content-Type for JavaScript. |
| JPEG | Content-Type for JPEG images. |
| JSON | Content-Type for JSON. |
| MULTIPART_FORM | Content-Type for multipart forms. |
| PLAIN | Content-Type for Plain text. |
| PNG | Content-Type for PNG images. |
| SSE | Content-Type for Server Sent Events. |
| SVG | Content-Type for SVG. |
| WASM | Content-Type for webassembly. |
| XML | Content-Type for XML. |