file_info v0.0.4 FileInfo.Mime View Source
Link to this section Summary
Link to this section Types
Link to this section Functions
Link to this function
parse(mime_string) View Source
Parses a given String into a MIME-struct.
Returs either {:ok, mime_struct} or {:error, reason}.
Link to this function
parse!(mime_string) View Source
Throwing version of parse/1.