Packages

Format and parse HTTP-date timestamps for HTTP headers like Date, Last-Modified, and Expires (RFC 9110)

Current section

Files

Jump to
fixdate src fixdate.app.src
Raw

src/fixdate.app.src

{application, fixdate, [
{vsn, "1.0.0"},
{applications, [gleam_stdlib,
gleam_time]},
{description, "Format and parse HTTP-date timestamps for HTTP headers like Date, Last-Modified, and Expires (RFC 9110)"},
{modules, [fixdate,
fixdate@@main]},
{registered, []}
]}.