Packages

A tiny Gleam library for parsing and inspecting HTTP Content-Type headers.

Current section

Files

Jump to
contenty include contenty_ContentType.hrl
Raw

include/contenty_ContentType.hrl

-record(content_type, {
mime_type :: binary(),
mime_subtype :: binary(),
params :: gleam@dict:dict(binary(), binary())
}).