Current section

Files

Jump to
typed_headers src typed_headers.app.src
Raw

src/typed_headers.app.src

{application, typed_headers, [
{vsn, "1.1.1"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Types for HTTP headers"},
{modules, [typed_headers@content_type,
typed_headers@content_type@application,
typed_headers@content_type@audio,
typed_headers@content_type@example,
typed_headers@content_type@font,
typed_headers@content_type@image,
typed_headers@content_type@message,
typed_headers@content_type@model,
typed_headers@content_type@multipart,
typed_headers@content_type@text,
typed_headers@content_type@video,
typed_headers@header,
typed_headers@method,
typed_headers@utils]},
{registered, []}
]}.