package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Packages

Package multipart implements MIME multipart parsing, as defined in RFC 2046.

# Functions

AddExtensionType sets the MIME type associated with the extension ext to typ.
FormatMediaType serializes mediatype t and the parameters param as a media type conforming to RFC 2045 and RFC 2616.
ParseMediaType parses a media type value and any optional parameters, per RFC 1521.
TypeByExtension returns the MIME type associated with the file extension ext.