Module fastly::mime

source ·
Expand description

Media types (also known as Multipurpose Internet Mail Extensions or MIME types).

This module re-exports the mime crate for convenient use in Compute programs. See the mime documentation and MDN for details.

Structs§

  • An error when parsing a Mime from a string.
  • A parsed mime or media type.
  • An iterator of parsed mime
  • A section of a Mime.
  • An iterator over the parameters of a MIME.

Constants§