Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Releases: Rican7/mediatype

Mutability and Immutability

06 Nov 03:45

Choose a tag to compare

This release splits the basic interface implementation into two different structures, one mutable and one immutable, giving more freedom into how the data structure can be used.

First release

06 Nov 03:40

Choose a tag to compare

This is the first release of "mediatype", an [Internet] Media Type and MIME string parser and modeler for Go

This library expands on the builtin "mime" package to provide a model for an "Internet Media Type" normally specified by Content-Type HTTP and MIME header fields, and as specified in RFC 2045.