typed_headers/content_type/multipart

Types

pub type Multipart {
  FormData
  Mixed
  Custom(String)
}

Constructors

  • FormData
  • Mixed
  • Custom(String)

Constants

pub const type_name: String = "multipart"

Functions

pub fn to_string(multipart: Multipart) -> String
Search Document