Skip to content

Commit

Permalink
mediatype: add missing comment
Browse files Browse the repository at this point in the history
Signed-off-by: James Hillyerd <james@hillyerd.com>
  • Loading branch information
jhillyerd committed Feb 11, 2024
1 parent b46da36 commit 89077ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mediatype/mediatype.go
Expand Up @@ -30,6 +30,7 @@ const (
utf8 = "utf-8"
)

// MediaTypeParseOptions controls the parsing of content-type and media-type strings.
type MediaTypeParseOptions struct {
StripMediaTypeInvalidCharacters bool
}
Expand Down

0 comments on commit 89077ee

Please sign in to comment.