Current section
Files
Jump to
Current section
Files
src/typed_headers.app.src
{application, typed_headers, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleeunit]},
{description, "Types for HTTP headers"},
{modules, [content_type,
method,
typed_headers]},
{registered, []}
]}.